--- type: "valueset" title: "Color Codes (Names or RGB Values)" valueset: "color-codes" --- # Color Codes (Names or RGB Values) - **Official URL**: http://hl7.org/fhir/ValueSet/color-codes - **Status**: active - **Name**: ColorCodesOrRGB - **Title**: Color Codes (Names or RGB Values) - **Publisher**: FHIR Infrastructure - **Description**: This value set includes color codes - either the color names as defined in [CSS4](https://www.w3.org/TR/css-color-4/), or any valid RGB code (```#RRGGBB``` in Hex). ## Content (Compose) - **System**: http://hl7.org/fhir/color-names - **System**: http://hl7.org/fhir/color-rgb ## ValueSet XML ```xml <status value="active"/> <experimental value="true"/> <publisher value="FHIR Infrastructure"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="This value set includes color codes - either the color names as defined in [CSS4](https://www.w3.org/TR/css-color-4/), or any valid RGB code (```#RRGGBB``` in Hex)."/> <copyright value="[Copyright](https://www.w3.org/Consortium/Legal/ipr-notice) ©2022 World Wide Web Consortium. All Rights Reserved. This work is distributed under the [W3C® Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software) in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."/> <compose> <include> <system value="http://hl7.org/fhir/color-names"/> </include> <include> <system value="http://hl7.org/fhir/color-rgb"/> </include> </compose> </ValueSet> ```