Orange
#D7B209
YellowColor Codes
All color formats for development
HEX
#D7B209RGB
rgb(215, 178, 9)HSL
hsl(49, 92%, 44%)OKLCH
oklch(0.774 0.157 93.7)CMYK
cmyk(0%, 17%, 96%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2A008
2#AC8E07
3#977C06
4#816B05
5#6C5904
6#564704
7#413503
8#2B2402
9#161201
Tints
Lighter variations
1#F3C80A
2#F6CF24
3#F7D53F
4#F8DB5A
5#F9E176
6#FAE791
7#FCEDAD
8#FDF3C8
9#FEF9E4
Tones
Muted variations
1#CDAB13
2#C3A51E
3#B89E28
4#AE9732
5#A4913D
6#998A47
7#8F8451
8#857D5C
9#7B7766
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF1 #FCF1BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE7 #FAE78E | BordersInactive statesPlaceholder text |
| 400 | F8DA #F8DA54 | Disabled statesSecondary iconsMuted text |
| 500 | F6CF #F6CF23 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7B2 #D7B209 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB8D #AB8D07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A65 #7A6505 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E41 #4E4103 | Primary textHigh emphasis contentDark headings |
| 950 | 3128 #312802 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFCF0;
--orange-100: #FEF8DD;
--orange-200: #FCF1BF;
--orange-300: #FAE78E;
--orange-400: #F8DA54;
--orange-500: #F6CF23;
--orange-600: #D7B209;
--orange-700: #AB8D07;
--orange-800: #7A6505;
--orange-900: #4E4103;
--orange-950: #312802;
}