Orange
#CDBB13
YellowColor Codes
All color formats for development
HEX
#CDBB13RGB
rgb(205, 187, 19)HSL
hsl(54, 83%, 44%)OKLCH
oklch(0.783 0.161 102.3)CMYK
cmyk(0%, 9%, 91%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B9A811
2#A4950F
3#90830D
4#7B700B
5#675D0A
6#524B08
7#3E3806
8#292504
9#151302
Tints
Lighter variations
1#E7D216
2#ECD92E
3#EEDD48
4#F0E262
5#F3E77C
6#F5EC96
7#F8F1B1
8#FAF5CB
9#FDFAE5
Tones
Muted variations
1#C4B31C
2#BBAC26
3#B1A42F
4#A89D38
5#9F9542
6#958E4B
7#8C8754
8#837F5E
9#7A7867
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F4 #F9F4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5EB #F5EB94 | BordersInactive statesPlaceholder text |
| 400 | F0E1 #F0E15C | Disabled statesSecondary iconsMuted text |
| 500 | EBD8 #EBD82D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDBB #CDBB13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A395 #A3950F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756A #756A0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B44 #4B4407 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2A #2F2A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFCF1;
--orange-100: #FCF9DE;
--orange-200: #F9F4C2;
--orange-300: #F5EB94;
--orange-400: #F0E15C;
--orange-500: #EBD82D;
--orange-600: #CDBB13;
--orange-700: #A3950F;
--orange-800: #756A0B;
--orange-900: #4B4407;
--orange-950: #2F2A04;
}