Orange
#D5A60B
YellowColor Codes
All color formats for development
HEX
#D5A60BRGB
rgb(213, 166, 11)HSL
hsl(46, 90%, 44%)OKLCH
oklch(0.748 0.151 87.9)CMYK
cmyk(0%, 22%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C0950A
2#AB8509
3#957408
4#806407
5#6B5306
6#554204
7#403203
8#2B2102
9#151101
Tints
Lighter variations
1#F0BB0D
2#F4C426
3#F5CB41
4#F6D25C
5#F8DA77
6#F9E192
7#FBE9AE
8#FCF0C9
9#FEF8E4
Tones
Muted variations
1#CBA115
2#C19B1F
3#B7962A
4#AD9134
5#A38B3E
6#998648
7#8E8052
8#847B5C
9#7A7666
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCEE #FCEEC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E1 #F9E190 | BordersInactive statesPlaceholder text |
| 400 | F6D1 #F6D155 | Disabled statesSecondary iconsMuted text |
| 500 | F4C3 #F4C325 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5A6 #D5A60B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA84 #AA8409 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 795E #795E06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E3C #4E3C04 | Primary textHigh emphasis contentDark headings |
| 950 | 3026 #302603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFBF0;
--orange-100: #FDF6DD;
--orange-200: #FCEEC0;
--orange-300: #F9E190;
--orange-400: #F6D155;
--orange-500: #F4C325;
--orange-600: #D5A60B;
--orange-700: #AA8409;
--orange-800: #795E06;
--orange-900: #4E3C04;
--orange-950: #302603;
}