Yellow
#EEEE2B
YellowColor Codes
All color formats for development
HEX
#EEEE2BRGB
rgb(238, 238, 43)HSL
hsl(60, 85%, 55%)OKLCH
oklch(0.92 0.192 109.6)CMYK
cmyk(0%, 0%, 82%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EAEA13
2#D0D011
3#B6B60F
4#9C9C0D
5#82820B
6#686808
7#4E4E06
8#343404
9#1A1A02
Tints
Lighter variations
1#F0F040
2#F1F155
3#F3F36A
4#F5F580
5#F6F695
6#F8F8AA
7#FAFABF
8#FCFCD5
9#FDFDEA
Tones
Muted variations
1#E4E434
2#DADA3E
3#D1D148
4#C7C752
5#BDBD5B
6#B3B365
7#AAAA6F
8#A0A079
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 | FAFA #FAFAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6F6 #F6F692 | BordersInactive statesPlaceholder text |
| 400 | F2F2 #F2F25A | Disabled statesSecondary iconsMuted text |
| 500 | EEEE #EEEE2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0D0 #D0D011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A5A5 #A5A50D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7676 #76760A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B4B #4B4B06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2F #2F2F04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--yellow-50: #FEFEF1;
--yellow-100: #FCFCDE;
--yellow-200: #FAFAC2;
--yellow-300: #F6F692;
--yellow-400: #F2F25A;
--yellow-500: #EEEE2B;
--yellow-600: #D0D011;
--yellow-700: #A5A50D;
--yellow-800: #76760A;
--yellow-900: #4B4B06;
--yellow-950: #2F2F04;
}