Orange
#C7A71A
YellowColor Codes
All color formats for development
HEX
#C7A71ARGB
rgb(199, 167, 26)HSL
hsl(49, 77%, 44%)OKLCH
oklch(0.736 0.145 94.5)CMYK
cmyk(0%, 16%, 87%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B39617
2#9F8615
3#8B7512
4#77640F
5#63530D
6#4F430A
7#3C3208
8#282105
9#141103
Tints
Lighter variations
1#E0BC1D
2#E5C435
3#E8CC4E
4#EBD367
5#EFDA81
6#F2E29A
7#F5E9B3
8#F8F0CC
9#FCF8E6
Tones
Muted variations
1#BEA122
2#B59C2B
3#AD9734
4#A4913C
5#9B8C45
6#93864E
7#8A8156
8#817B5F
9#797668
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EE #F7EEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E1 #F2E197 | BordersInactive statesPlaceholder text |
| 400 | EAD1 #EAD161 | Disabled statesSecondary iconsMuted text |
| 500 | E5C4 #E5C434 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7A7 #C7A71A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E85 #9E8515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715F #715F0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483D #483D09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D26 #2D2606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFBF1;
--orange-100: #FBF6DF;
--orange-200: #F7EEC4;
--orange-300: #F2E197;
--orange-400: #EAD161;
--orange-500: #E5C434;
--orange-600: #C7A71A;
--orange-700: #9E8515;
--orange-800: #715F0F;
--orange-900: #483D09;
--orange-950: #2D2606;
}