Orange
#D0A011
YellowColor Codes
All color formats for development
HEX
#D0A011RGB
rgb(208, 160, 17)HSL
hsl(45, 85%, 44%)OKLCH
oklch(0.73 0.146 86.4)CMYK
cmyk(0%, 23%, 92%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB900F
2#A6800D
3#91700C
4#7D600A
5#685008
6#534007
7#3E3005
8#2A2003
9#151002
Tints
Lighter variations
1#EAB413
2#EEBD2C
3#F0C646
4#F2CE60
5#F4D67B
6#F6DE95
7#F9E6B0
8#FBEFCA
9#FDF7E5
Tones
Muted variations
1#C69B1A
2#BC9624
3#B3922D
4#A98D37
5#A08841
6#96834A
7#8D7F54
8#837A5D
9#7A7567
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF5 #FCF5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAEC #FAECC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6DD #F6DD92 | BordersInactive statesPlaceholder text |
| 400 | F2CC #F2CC5A | Disabled statesSecondary iconsMuted text |
| 500 | EEBD #EEBD2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0A0 #D0A011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A57F #A57F0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 765B #765B0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3A #4B3A06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F24 #2F2404 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFBF1;
--orange-100: #FCF5DE;
--orange-200: #FAECC2;
--orange-300: #F6DD92;
--orange-400: #F2CC5A;
--orange-500: #EEBD2B;
--orange-600: #D0A011;
--orange-700: #A57F0D;
--orange-800: #765B0A;
--orange-900: #4B3A06;
--orange-950: #2F2404;
}