Yellow
#EEEB2B
YellowColor Codes
All color formats for development
HEX
#EEEB2BRGB
rgb(238, 235, 43)HSL
hsl(59, 85%, 55%)OKLCH
oklch(0.913 0.189 108.6)CMYK
cmyk(0%, 1%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAE613
2#D0CC11
3#B6B30F
4#9C990D
5#82800B
6#686608
7#4E4D06
8#343304
9#1A1A02
Tints
Lighter variations
1#F0ED40
2#F1EF55
3#F3F16A
4#F5F380
5#F6F595
6#F8F7AA
7#FAF9BF
8#FCFBD5
9#FDFDEA
Tones
Muted variations
1#E4E134
2#DAD83E
3#D1CE48
4#C7C552
5#BDBB5B
6#B3B265
7#AAA96F
8#A09F79
9#969682
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFC #FCFCDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF9 #FAF9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F5 #F6F592 | BordersInactive statesPlaceholder text |
| 400 | F2EF #F2EF5A | Disabled statesSecondary iconsMuted text |
| 500 | EEEB #EEEB2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0CC #D0CC11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A5A3 #A5A30D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7674 #76740A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B4A #4B4A06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2E #2F2E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--yellow-50: #FEFEF1;
--yellow-100: #FCFCDE;
--yellow-200: #FAF9C2;
--yellow-300: #F6F592;
--yellow-400: #F2EF5A;
--yellow-500: #EEEB2B;
--yellow-600: #D0CC11;
--yellow-700: #A5A30D;
--yellow-800: #76740A;
--yellow-900: #4B4A06;
--yellow-950: #2F2E04;
}