Orange
#D6B10A
YellowColor Codes
All color formats for development
HEX
#D6B10ARGB
rgb(214, 177, 10)HSL
hsl(49, 91%, 44%)OKLCH
oklch(0.771 0.156 93.5)CMYK
cmyk(0%, 17%, 95%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C19F09
2#AB8D08
3#967C07
4#816A06
5#6B5805
6#564704
7#403503
8#2B2302
9#151201
Tints
Lighter variations
1#F2C70B
2#F5CF25
3#F6D540
4#F7DB5B
5#F9E177
6#FAE792
7#FBEDAD
8#FCF3C8
9#FEF9E4
Tones
Muted variations
1#CCAA14
2#C2A41F
3#B89D29
4#AD9733
5#A3913D
6#998A47
7#8F8452
8#857D5C
9#7A7766
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF1 #FCF1C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE6 #FAE68F | BordersInactive statesPlaceholder text |
| 400 | F7D9 #F7D955 | Disabled statesSecondary iconsMuted text |
| 500 | F5CE #F5CE24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6B1 #D6B10A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA8D #AA8D08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A64 #7A6406 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E40 #4E4004 | 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: #FDF7DD;
--orange-200: #FCF1C0;
--orange-300: #FAE68F;
--orange-400: #F7D955;
--orange-500: #F5CE24;
--orange-600: #D6B10A;
--orange-700: #AA8D08;
--orange-800: #7A6406;
--orange-900: #4E4004;
--orange-950: #312802;
}