Orange
#CCBA14
YellowColor Codes
All color formats for development
HEX
#CCBA14RGB
rgb(204, 186, 20)HSL
hsl(54, 82%, 44%)OKLCH
oklch(0.78 0.16 102.2)CMYK
cmyk(0%, 9%, 90%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8A712
2#A39510
3#8F820E
4#7B6F0C
5#665D0A
6#524A08
7#3D3806
8#292504
9#141302
Tints
Lighter variations
1#E6D117
2#EAD82F
3#EDDD49
4#F0E263
5#F2E67D
6#F5EB97
7#F7F0B1
8#FAF5CB
9#FCFAE5
Tones
Muted variations
1#C3B21D
2#BAAB27
3#B1A430
4#A79C39
5#9E9542
6#958E4B
7#8C8655
8#837F5E
9#797867
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F4 #F9F4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4EB #F4EB94 | BordersInactive statesPlaceholder text |
| 400 | EFE0 #EFE05D | Disabled statesSecondary iconsMuted text |
| 500 | EAD8 #EAD82E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCBA #CCBA14 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A294 #A29410 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 746A #746A0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A44 #4A4407 | 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: #FCF9DF;
--orange-200: #F9F4C3;
--orange-300: #F4EB94;
--orange-400: #EFE05D;
--orange-500: #EAD82E;
--orange-600: #CCBA14;
--orange-700: #A29410;
--orange-800: #746A0B;
--orange-900: #4A4407;
--orange-950: #2E2A05;
}