Yellow
#FFF41A
YellowColor Codes
All color formats for development
HEX
#FFF41ARGB
rgb(255, 244, 26)HSL
hsl(57, 100%, 55%)OKLCH
oklch(0.946 0.198 106.2)CMYK
cmyk(0%, 4%, 90%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FCF000
2#E0D500
3#C4BB00
4#A8A000
5#8C8500
6#706B00
7#545000
8#383500
9#1C1B00
Tints
Lighter variations
1#FFF530
2#FFF647
3#FFF75E
4#FFF875
5#FFF98C
6#FFFAA3
7#FFFCBA
8#FFFDD1
9#FFFEE8
Tones
Muted variations
1#F4E925
2#E8DF30
3#DDD53C
4#D1CA47
5#C6C053
6#BAB65E
7#AFAB6A
8#A3A175
9#989781
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 | FFFC #FFFCBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFF9 #FFF98A | BordersInactive statesPlaceholder text |
| 400 | FFF6 #FFF64D | Disabled statesSecondary iconsMuted text |
| 500 | FFF4 #FFF41A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0D5 #E0D500 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B3AA #B3AA00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8079 #807900 | Text on light backgroundsHeadingsStrong borders |
| 900 | 524E #524E00 | 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: #FFFCBD;
--yellow-300: #FFF98A;
--yellow-400: #FFF64D;
--yellow-500: #FFF41A;
--yellow-600: #E0D500;
--yellow-700: #B3AA00;
--yellow-800: #807900;
--yellow-900: #524E00;
--yellow-950: #333000;
}