Yellow
#F9F91F
YellowColor Codes
All color formats for development
HEX
#F9F91FRGB
rgb(249, 249, 31)HSL
hsl(60, 95%, 55%)OKLCH
oklch(0.951 0.203 109.7)CMYK
cmyk(0%, 0%, 88%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6F606
2#DBDB06
3#BFBF05
4#A4A404
5#898904
6#6D6D03
7#525202
8#373701
9#1B1B01
Tints
Lighter variations
1#FAFA36
2#FAFA4C
3#FBFB62
4#FCFC79
5#FCFC8F
6#FDFDA5
7#FDFDBC
8#FEFED2
9#FEFEE9
Tones
Muted variations
1#EEEE2A
2#E3E335
3#D9D940
4#CECE4B
5#C3C356
6#B8B861
7#ADAD6C
8#A2A276
9#979781
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFF #FFFFF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFE #FEFEDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDFD #FDFDBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCFC #FCFC8D | BordersInactive statesPlaceholder text |
| 400 | FBFB #FBFB51 | Disabled statesSecondary iconsMuted text |
| 500 | F9F9 #F9F91F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBDB #DBDB06 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AEAE #AEAE04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C7C #7C7C03 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5050 #505002 | Primary textHigh emphasis contentDark headings |
| 950 | 3232 #323201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--yellow-50: #FFFFF0;
--yellow-100: #FEFEDC;
--yellow-200: #FDFDBE;
--yellow-300: #FCFC8D;
--yellow-400: #FBFB51;
--yellow-500: #F9F91F;
--yellow-600: #DBDB06;
--yellow-700: #AEAE04;
--yellow-800: #7C7C03;
--yellow-900: #505002;
--yellow-950: #323201;
}