Yellow
#FAEC1E
YellowColor Codes
All color formats for development
HEX
#FAEC1ERGB
rgb(250, 236, 30)HSL
hsl(56, 96%, 55%)OKLCH
oklch(0.925 0.192 105.1)CMYK
cmyk(0%, 6%, 88%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7E705
2#DCCE04
3#C0B404
4#A59A03
5#898003
6#6E6702
7#524D02
8#373301
9#1B1A01
Tints
Lighter variations
1#FBEE35
2#FBF04B
3#FCF262
4#FCF378
5#FDF58F
6#FDF7A5
7#FEF9BC
8#FEFBD2
9#FFFDE9
Tones
Muted variations
1#EFE229
2#E4D934
3#D9CF3F
4#CEC64A
5#C3BC55
6#B8B260
7#ADA96B
8#A29F76
9#979681
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFE #FFFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFC #FEFCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF9 #FEF9BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDF5 #FDF58C | BordersInactive statesPlaceholder text |
| 400 | FBF0 #FBF050 | Disabled statesSecondary iconsMuted text |
| 500 | FAEC #FAEC1E | Primary brand colorCTAsActive elementsLinks |
| 600 | DCCE #DCCE04 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AFA4 #AFA404 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D75 #7D7503 | Text on light backgroundsHeadingsStrong borders |
| 900 | 504B #504B02 | Primary textHigh emphasis contentDark headings |
| 950 | 322F #322F01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--yellow-50: #FFFEF0;
--yellow-100: #FEFCDC;
--yellow-200: #FEF9BE;
--yellow-300: #FDF58C;
--yellow-400: #FBF050;
--yellow-500: #FAEC1E;
--yellow-600: #DCCE04;
--yellow-700: #AFA404;
--yellow-800: #7D7503;
--yellow-900: #504B02;
--yellow-950: #322F01;
}