Orange
#C8B019
YellowColor Codes
All color formats for development
HEX
#C8B019RGB
rgb(200, 176, 25)HSL
hsl(52, 78%, 44%)OKLCH
oklch(0.755 0.152 99)CMYK
cmyk(0%, 12%, 88%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B49F16
2#A08D14
3#8C7B11
4#786A0F
5#64580C
6#50470A
7#3C3507
8#282305
9#141202
Tints
Lighter variations
1#E1C71C
2#E6CE34
3#E9D44D
4#ECDA66
5#EFE080
6#F2E799
7#F6EDB3
8#F9F3CC
9#FCF9E6
Tones
Muted variations
1#BFAA21
2#B6A42A
3#AD9D33
4#A5973C
5#9C9044
6#938A4D
7#8A8356
8#827D5F
9#797767
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F1 #F8F1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E6 #F2E697 | BordersInactive statesPlaceholder text |
| 400 | EBD9 #EBD960 | Disabled statesSecondary iconsMuted text |
| 500 | E6CE #E6CE33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8B0 #C8B019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F8C #9F8C14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7164 #71640E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4940 #494009 | Primary textHigh emphasis contentDark headings |
| 950 | 2D28 #2D2806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFCF1;
--orange-100: #FBF7DF;
--orange-200: #F8F1C4;
--orange-300: #F2E697;
--orange-400: #EBD960;
--orange-500: #E6CE33;
--orange-600: #C8B019;
--orange-700: #9F8C14;
--orange-800: #71640E;
--orange-900: #494009;
--orange-950: #2D2806;
}