Orange
#E0BB00
YellowColor Codes
All color formats for development
HEX
#E0BB00RGB
rgb(224, 187, 0)HSL
hsl(50, 100%, 44%)OKLCH
oklch(0.801 0.164 94.5)CMYK
cmyk(0%, 17%, 100%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CAA800
2#B49600
3#9D8300
4#877000
5#705E00
6#5A4B00
7#433800
8#2D2500
9#161300
Tints
Lighter variations
1#FDD300
2#FFD91B
3#FFDE37
4#FFE254
5#FFE770
6#FFEC8D
7#FFF1A9
8#FFF5C6
9#FFFAE2
Tones
Muted variations
1#D5B40B
2#CAAC16
3#BFA522
4#B49D2D
5#A89638
6#9D8E43
7#92874F
8#877F5A
9#7B7865
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF9 #FFF9DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF4 #FFF4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFEB #FFEB8A | BordersInactive statesPlaceholder text |
| 400 | FFE1 #FFE14D | Disabled statesSecondary iconsMuted text |
| 500 | FFD9 #FFD91A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0BB #E0BB00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B395 #B39500 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 806A #806A00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5244 #524400 | Primary textHigh emphasis contentDark headings |
| 950 | 332B #332B00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FFFCF0;
--orange-100: #FFF9DB;
--orange-200: #FFF4BD;
--orange-300: #FFEB8A;
--orange-400: #FFE14D;
--orange-500: #FFD91A;
--orange-600: #E0BB00;
--orange-700: #B39500;
--orange-800: #806A00;
--orange-900: #524400;
--orange-950: #332B00;
}