Yellow
#F8F820
YellowColor Codes
All color formats for development
HEX
#F8F820RGB
rgb(248, 248, 32)HSL
hsl(60, 94%, 55%)OKLCH
oklch(0.948 0.202 109.7)CMYK
cmyk(0%, 0%, 87%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5F508
2#DADA07
3#BEBE06
4#A3A305
5#888804
6#6D6D03
7#525203
8#363602
9#1B1B01
Tints
Lighter variations
1#F9F937
2#F9F94D
3#FAFA63
4#FBFB79
5#FCFC90
6#FCFCA6
7#FDFDBC
8#FEFED2
9#FEFEE9
Tones
Muted variations
1#EDED2B
2#E3E336
3#D8D841
4#CDCD4C
5#C2C256
6#B7B761
7#ADAD6C
8#A2A277
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 #FDFDBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBFB #FBFB8D | BordersInactive statesPlaceholder text |
| 400 | FAFA #FAFA52 | Disabled statesSecondary iconsMuted text |
| 500 | F8F8 #F8F820 | Primary brand colorCTAsActive elementsLinks |
| 600 | DADA #DADA07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | ADAD #ADAD05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C7C #7C7C04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F4F #4F4F02 | Primary textHigh emphasis contentDark headings |
| 950 | 3131 #313102 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--yellow-50: #FFFFF0;
--yellow-100: #FEFEDC;
--yellow-200: #FDFDBF;
--yellow-300: #FBFB8D;
--yellow-400: #FAFA52;
--yellow-500: #F8F820;
--yellow-600: #DADA07;
--yellow-700: #ADAD05;
--yellow-800: #7C7C04;
--yellow-900: #4F4F02;
--yellow-950: #313102;
}