Orange
#CDA513
YellowColor Codes
All color formats for development
HEX
#CDA513RGB
rgb(205, 165, 19)HSL
hsl(47, 83%, 44%)OKLCH
oklch(0.737 0.147 90.7)CMYK
cmyk(0%, 20%, 91%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B99411
2#A4840F
3#90730D
4#7B630B
5#67520A
6#524208
7#3E3106
8#292104
9#151002
Tints
Lighter variations
1#E7BA16
2#ECC22E
3#EECA48
4#F0D262
5#F3D97C
6#F5E196
7#F8E8B1
8#FAF0CB
9#FDF7E5
Tones
Muted variations
1#C4A01C
2#BB9A26
3#B1952F
4#A89038
5#9F8B42
6#95854B
7#8C8054
8#837B5E
9#7A7567
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 | F9ED #F9EDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E0 #F5E094 | BordersInactive statesPlaceholder text |
| 400 | F0D0 #F0D05C | Disabled statesSecondary iconsMuted text |
| 500 | EBC2 #EBC22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDA5 #CDA513 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A383 #A3830F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 755E #755E0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3C #4B3C07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F25 #2F2504 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFBF1;
--orange-100: #FCF6DE;
--orange-200: #F9EDC2;
--orange-300: #F5E094;
--orange-400: #F0D05C;
--orange-500: #EBC22D;
--orange-600: #CDA513;
--orange-700: #A3830F;
--orange-800: #755E0B;
--orange-900: #4B3C07;
--orange-950: #2F2504;
}