Orange
#CDA813
YellowColor Codes
All color formats for development
HEX
#CDA813RGB
rgb(205, 168, 19)HSL
hsl(48, 83%, 44%)OKLCH
oklch(0.744 0.149 92.5)CMYK
cmyk(0%, 18%, 91%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B99711
2#A4860F
3#90760D
4#7B650B
5#67540A
6#524308
7#3E3206
8#292204
9#151102
Tints
Lighter variations
1#E7BD16
2#ECC62E
3#EECD48
4#F0D462
5#F3DB7C
6#F5E296
7#F8E9B1
8#FAF1CB
9#FDF8E5
Tones
Muted variations
1#C4A21C
2#BB9D26
3#B1972F
4#A89238
5#9F8C42
6#95874B
7#8C8154
8#837B5E
9#7A7667
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF6 #FCF6DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EE #F9EEC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E2 #F5E294 | BordersInactive statesPlaceholder text |
| 400 | F0D2 #F0D25C | Disabled statesSecondary iconsMuted text |
| 500 | EBC5 #EBC52D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDA8 #CDA813 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A386 #A3860F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 755F #755F0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3D #4B3D07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F26 #2F2604 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFBF1;
--orange-100: #FCF6DE;
--orange-200: #F9EEC2;
--orange-300: #F5E294;
--orange-400: #F0D25C;
--orange-500: #EBC52D;
--orange-600: #CDA813;
--orange-700: #A3860F;
--orange-800: #755F0B;
--orange-900: #4B3D07;
--orange-950: #2F2604;
}