Orange
#E3BE35
YellowColor Codes
All color formats for development
HEX
#E3BE35RGB
rgb(227, 190, 53)HSL
hsl(47, 76%, 55%)OKLCH
oklch(0.811 0.151 93)CMYK
cmyk(0%, 16%, 77%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DEB51E
2#C5A11B
3#AD8C18
4#947814
5#7B6411
6#63500D
7#4A3C0A
8#312807
9#191403
Tints
Lighter variations
1#E6C449
2#E9CB5D
3#ECD172
4#EED886
5#F1DE9A
6#F4E5AE
7#F7EBC2
8#F9F2D7
9#FCF8EB
Tones
Muted variations
1#DBB93E
2#D2B446
3#C9AF4F
4#C1AA58
5#B8A561
6#AFA069
7#A69B72
8#9E967B
9#959184
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF5 #FBF5E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EC #F7ECC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1DE #F1DE98 | BordersInactive statesPlaceholder text |
| 400 | EACC #EACC62 | Disabled statesSecondary iconsMuted text |
| 500 | E3BE #E3BE35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5A1 #C5A11B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D80 #9D8015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 705B #705B0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483A #483A0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D24 #2D2406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FDFBF2;
--orange-100: #FBF5E0;
--orange-200: #F7ECC5;
--orange-300: #F1DE98;
--orange-400: #EACC62;
--orange-500: #E3BE35;
--orange-600: #C5A11B;
--orange-700: #9D8015;
--orange-800: #705B0F;
--orange-900: #483A0A;
--orange-950: #2D2406;
}