Orange
#EEBD2B
YellowColor Codes
All color formats for development
HEX
#EEBD2BRGB
rgb(238, 189, 43)HSL
hsl(45, 85%, 55%)OKLCH
oklch(0.82 0.157 88.3)CMYK
cmyk(0%, 21%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAB413
2#D0A011
3#B68C0F
4#9C780D
5#82640B
6#685008
7#4E3C06
8#342804
9#1A1402
Tints
Lighter variations
1#F0C440
2#F1CA55
3#F3D16A
4#F5D780
5#F6DE95
6#F8E5AA
7#FAEBBF
8#FCF2D5
9#FDF8EA
Tones
Muted variations
1#E4B834
2#DAB33E
3#D1AE48
4#C7AA52
5#BDA55B
6#B3A065
7#AA9B6F
8#A09679
9#969182
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF5 #FCF5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAEC #FAECC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6DD #F6DD92 | BordersInactive statesPlaceholder text |
| 400 | F2CC #F2CC5A | Disabled statesSecondary iconsMuted text |
| 500 | EEBD #EEBD2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0A0 #D0A011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A57F #A57F0D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 765B #765B0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3A #4B3A06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F24 #2F2404 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFBF1;
--orange-100: #FCF5DE;
--orange-200: #FAECC2;
--orange-300: #F6DD92;
--orange-400: #F2CC5A;
--orange-500: #EEBD2B;
--orange-600: #D0A011;
--orange-700: #A57F0D;
--orange-800: #765B0A;
--orange-900: #4B3A06;
--orange-950: #2F2404;
}