Orange
#C7AD1A
YellowColor Codes
All color formats for development
HEX
#C7AD1ARGB
rgb(199, 173, 26)HSL
hsl(51, 77%, 44%)OKLCH
oklch(0.748 0.149 97.8)CMYK
cmyk(0%, 13%, 87%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B39B17
2#9F8A15
3#8B7912
4#77680F
5#63560D
6#4F450A
7#3C3408
8#282305
9#141103
Tints
Lighter variations
1#E0C31D
2#E5CA35
3#E8D14E
4#EBD867
5#EFDE81
6#F2E59A
7#F5EBB3
8#F8F2CC
9#FCF8E6
Tones
Muted variations
1#BEA722
2#B5A12B
3#AD9B34
4#A4943C
5#9B8E45
6#93884E
7#8A8256
8#817C5F
9#797668
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F0 #F7F0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E4 #F2E497 | BordersInactive statesPlaceholder text |
| 400 | EAD6 #EAD661 | Disabled statesSecondary iconsMuted text |
| 500 | E5CA #E5CA34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7AD #C7AD1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E89 #9E8915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7162 #71620F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483F #483F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D27 #2D2706 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFBF1;
--orange-100: #FBF7DF;
--orange-200: #F7F0C4;
--orange-300: #F2E497;
--orange-400: #EAD661;
--orange-500: #E5CA34;
--orange-600: #C7AD1A;
--orange-700: #9E8915;
--orange-800: #71620F;
--orange-900: #483F09;
--orange-950: #2D2706;
}