Yellow
#EBEB2D
YellowColor Codes
All color formats for development
HEX
#EBEB2DRGB
rgb(235, 235, 45)HSL
hsl(60, 83%, 55%)OKLCH
oklch(0.911 0.189 109.6)CMYK
cmyk(0%, 0%, 81%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E7E715
2#CDCD13
3#B4B411
4#9A9A0E
5#80800C
6#67670A
7#4D4D07
8#333305
9#1A1A02
Tints
Lighter variations
1#EDED42
2#EFEF57
3#F1F16C
4#F3F381
5#F5F596
6#F7F7AB
7#F9F9C0
8#FBFBD5
9#FDFDEA
Tones
Muted variations
1#E2E237
2#D8D840
3#CFCF4A
4#C5C553
5#BCBC5D
6#B2B266
7#A9A970
8#9F9F79
9#969683
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 | F9F9 #F9F9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5F5 #F5F594 | BordersInactive statesPlaceholder text |
| 400 | F0F0 #F0F05C | Disabled statesSecondary iconsMuted text |
| 500 | EBEB #EBEB2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDCD #CDCD13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A3A3 #A3A30F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7575 #75750B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B4B #4B4B07 | 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: #F9F9C2;
--yellow-300: #F5F594;
--yellow-400: #F0F05C;
--yellow-500: #EBEB2D;
--yellow-600: #CDCD13;
--yellow-700: #A3A30F;
--yellow-800: #75750B;
--yellow-900: #4B4B07;
--yellow-950: #2F2F04;
}