Orange
#C4B61C
YellowColor Codes
All color formats for development
HEX
#C4B61CRGB
rgb(196, 182, 28)HSL
hsl(55, 75%, 44%)OKLCH
oklch(0.764 0.155 103.7)CMYK
cmyk(0%, 7%, 86%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B1A419
2#9D9216
3#898014
4#766D11
5#625B0E
6#4F490B
7#3B3708
8#272406
9#141203
Tints
Lighter variations
1#DDCE20
2#E2D437
3#E6DA50
4#EADF69
5#EDE482
6#F1EA9B
7#F4EFB4
8#F8F4CD
9#FBFAE6
Tones
Muted variations
1#BCAF24
2#B4A82D
3#ABA135
4#A39A3E
5#9A9346
6#928C4F
7#898557
8#817E5F
9#797768
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F3 #F7F3C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0E9 #F0E998 | BordersInactive statesPlaceholder text |
| 400 | E9DE #E9DE63 | Disabled statesSecondary iconsMuted text |
| 500 | E2D4 #E2D436 | Primary brand colorCTAsActive elementsLinks |
| 600 | C4B6 #C4B61C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C91 #9C9116 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7068 #706810 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4742 #47420A | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFCF2;
--orange-100: #FBF8E0;
--orange-200: #F7F3C5;
--orange-300: #F0E998;
--orange-400: #E9DE63;
--orange-500: #E2D436;
--orange-600: #C4B61C;
--orange-700: #9C9116;
--orange-800: #706810;
--orange-900: #47420A;
--orange-950: #2D2906;
}