Yellow
#F9EB1F
YellowColor Codes
All color formats for development
HEX
#F9EB1FRGB
rgb(249, 235, 31)HSL
hsl(56, 95%, 55%)OKLCH
oklch(0.922 0.191 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#F6E606
2#DBCD06
3#BFB305
4#A49904
5#898004
6#6D6603
7#524D02
8#373301
9#1B1A01
Tints
Lighter variations
1#FAED36
2#FAEF4C
3#FBF162
4#FCF379
5#FCF58F
6#FDF7A5
7#FDF9BC
8#FEFBD2
9#FEFDE9
Tones
Muted variations
1#EEE12A
2#E3D835
3#D9CE40
4#CEC54B
5#C3BB56
6#B8B261
7#ADA96C
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 | FDF9 #FDF9BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCF5 #FCF58D | BordersInactive statesPlaceholder text |
| 400 | FBEF #FBEF51 | Disabled statesSecondary iconsMuted text |
| 500 | F9EB #F9EB1F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBCD #DBCD06 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AEA3 #AEA304 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C74 #7C7403 | Text on light backgroundsHeadingsStrong borders |
| 900 | 504A #504A02 | Primary textHigh emphasis contentDark headings |
| 950 | 322E #322E01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--yellow-50: #FFFEF0;
--yellow-100: #FEFCDC;
--yellow-200: #FDF9BE;
--yellow-300: #FCF58D;
--yellow-400: #FBEF51;
--yellow-500: #F9EB1F;
--yellow-600: #DBCD06;
--yellow-700: #AEA304;
--yellow-800: #7C7403;
--yellow-900: #504A02;
--yellow-950: #322E01;
}