Orange
#CDB813
YellowColor Codes
All color formats for development
HEX
#CDB813RGB
rgb(205, 184, 19)HSL
hsl(53, 83%, 44%)OKLCH
oklch(0.777 0.159 100.9)CMYK
cmyk(0%, 10%, 91%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B9A511
2#A4930F
3#90810D
4#7B6E0B
5#675C0A
6#524908
7#3E3706
8#292504
9#151202
Tints
Lighter variations
1#E7CF16
2#ECD52E
3#EEDB48
4#F0E062
5#F3E57C
6#F5EA96
7#F8EFB1
8#FAF5CB
9#FDFAE5
Tones
Muted variations
1#C4B01C
2#BBA926
3#B1A22F
4#A89B38
5#9F9442
6#958D4B
7#8C8654
8#837E5E
9#7A7767
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 | F9F3 #F9F3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5EA #F5EA94 | BordersInactive statesPlaceholder text |
| 400 | F0DF #F0DF5C | Disabled statesSecondary iconsMuted text |
| 500 | EBD5 #EBD52D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDB8 #CDB813 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A392 #A3920F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7568 #75680B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B43 #4B4307 | 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: #F9F3C2;
--orange-300: #F5EA94;
--orange-400: #F0DF5C;
--orange-500: #EBD52D;
--orange-600: #CDB813;
--orange-700: #A3920F;
--orange-800: #75680B;
--orange-900: #4B4307;
--orange-950: #2F2A04;
}