Orange
#D6B80A
YellowColor Codes
All color formats for development
HEX
#D6B80ARGB
rgb(214, 184, 10)HSL
hsl(51, 91%, 44%)OKLCH
oklch(0.785 0.16 97.1)CMYK
cmyk(0%, 14%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C1A509
2#AB9308
3#968107
4#816E06
5#6B5C05
6#564904
7#403703
8#2B2502
9#151201
Tints
Lighter variations
1#F2CF0B
2#F5D625
3#F6DB40
4#F7E05B
5#F9E577
6#FAEA92
7#FBEFAD
8#FCF5C8
9#FEFAE4
Tones
Muted variations
1#CCB114
2#C2A91F
3#B8A229
4#AD9B33
5#A3943D
6#998D47
7#8F8652
8#857E5C
9#7A7766
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF3 #FCF3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAEA #FAEA8F | BordersInactive statesPlaceholder text |
| 400 | F7DF #F7DF55 | Disabled statesSecondary iconsMuted text |
| 500 | F5D5 #F5D524 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6B8 #D6B80A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA92 #AA9208 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A68 #7A6806 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E43 #4E4304 | Primary textHigh emphasis contentDark headings |
| 950 | 312A #312A02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFCF0;
--orange-100: #FDF9DD;
--orange-200: #FCF3C0;
--orange-300: #FAEA8F;
--orange-400: #F7DF55;
--orange-500: #F5D524;
--orange-600: #D6B80A;
--orange-700: #AA9208;
--orange-800: #7A6806;
--orange-900: #4E4304;
--orange-950: #312A02;
}