Yellow
#FFEC1A
YellowColor Codes
All color formats for development
HEX
#FFEC1ARGB
rgb(255, 236, 26)HSL
hsl(55, 100%, 55%)OKLCH
oklch(0.929 0.192 103.4)CMYK
cmyk(0%, 7%, 90%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCE700
2#E0CE00
3#C4B400
4#A89A00
5#8C8100
6#706700
7#544D00
8#383300
9#1C1A00
Tints
Lighter variations
1#FFEE30
2#FFF047
3#FFF25E
4#FFF475
5#FFF58C
6#FFF7A3
7#FFF9BA
8#FFFBD1
9#FFFDE8
Tones
Muted variations
1#F4E225
2#E8D930
3#DDCF3C
4#D1C647
5#C6BC53
6#BAB35E
7#AFA96A
8#A39F75
9#989681
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFE #FFFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFC #FFFCDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF9 #FFF9BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFF5 #FFF58A | BordersInactive statesPlaceholder text |
| 400 | FFF0 #FFF04D | Disabled statesSecondary iconsMuted text |
| 500 | FFEC #FFEC1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0CE #E0CE00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B3A4 #B3A400 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8075 #807500 | Text on light backgroundsHeadingsStrong borders |
| 900 | 524B #524B00 | Primary textHigh emphasis contentDark headings |
| 950 | 332F #332F00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--yellow-50: #FFFEF0;
--yellow-100: #FFFCDB;
--yellow-200: #FFF9BD;
--yellow-300: #FFF58A;
--yellow-400: #FFF04D;
--yellow-500: #FFEC1A;
--yellow-600: #E0CE00;
--yellow-700: #B3A400;
--yellow-800: #807500;
--yellow-900: #524B00;
--yellow-950: #332F00;
}