Yellow
#FFF01A
YellowColor Codes
All color formats for development
HEX
#FFF01ARGB
rgb(255, 240, 26)HSL
hsl(56, 100%, 55%)OKLCH
oklch(0.937 0.195 104.9)CMYK
cmyk(0%, 6%, 90%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCEC00
2#E0D100
3#C4B700
4#A89D00
5#8C8300
6#706900
7#544F00
8#383400
9#1C1A00
Tints
Lighter variations
1#FFF130
2#FFF347
3#FFF45E
4#FFF675
5#FFF78C
6#FFF9A3
7#FFFABA
8#FFFCD1
9#FFFDE8
Tones
Muted variations
1#F4E625
2#E8DC30
3#DDD23C
4#D1C847
5#C6BE53
6#BAB45E
7#AFAA6A
8#A3A075
9#989681
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFE #FFFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFD #FFFDDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFFB #FFFBBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFF7 #FFF78A | BordersInactive statesPlaceholder text |
| 400 | FFF3 #FFF34D | Disabled statesSecondary iconsMuted text |
| 500 | FFF0 #FFF01A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0D1 #E0D100 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B3A7 #B3A700 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8077 #807700 | Text on light backgroundsHeadingsStrong borders |
| 900 | 524C #524C00 | Primary textHigh emphasis contentDark headings |
| 950 | 3330 #333000 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--yellow-50: #FFFEF0;
--yellow-100: #FFFDDB;
--yellow-200: #FFFBBD;
--yellow-300: #FFF78A;
--yellow-400: #FFF34D;
--yellow-500: #FFF01A;
--yellow-600: #E0D100;
--yellow-700: #B3A700;
--yellow-800: #807700;
--yellow-900: #524C00;
--yellow-950: #333000;
}