Orange
#CCB714
YellowColor Codes
All color formats for development
HEX
#CCB714RGB
rgb(204, 183, 20)HSL
hsl(53, 82%, 44%)OKLCH
oklch(0.774 0.158 100.8)CMYK
cmyk(0%, 10%, 90%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8A412
2#A39210
3#8F800E
4#7B6E0C
5#665B0A
6#524908
7#3D3706
8#292504
9#141202
Tints
Lighter variations
1#E6CE17
2#EAD52F
3#EDDA49
4#F0DF63
5#F2E47D
6#F5EA97
7#F7EFB1
8#FAF4CB
9#FCFAE5
Tones
Muted variations
1#C3B01D
2#BAA927
3#B1A230
4#A79B39
5#9E9342
6#958C4B
7#8C8555
8#837E5E
9#797767
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF8 #FCF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F3 #F9F3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4E9 #F4E994 | BordersInactive statesPlaceholder text |
| 400 | EFDE #EFDE5D | Disabled statesSecondary iconsMuted text |
| 500 | EAD4 #EAD42E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCB7 #CCB714 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A291 #A29110 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7468 #74680B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A42 #4A4207 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2A #2E2A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFCF1;
--orange-100: #FCF8DF;
--orange-200: #F9F3C3;
--orange-300: #F4E994;
--orange-400: #EFDE5D;
--orange-500: #EAD42E;
--orange-600: #CCB714;
--orange-700: #A29110;
--orange-800: #74680B;
--orange-900: #4A4207;
--orange-950: #2E2A05;
}