Yellow
#F4F425
YellowColor Codes
All color formats for development
HEX
#F4F425RGB
rgb(244, 244, 37)HSL
hsl(60, 90%, 55%)OKLCH
oklch(0.937 0.198 109.7)CMYK
cmyk(0%, 0%, 85%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0F00D
2#D5D50B
3#BBBB0A
4#A0A008
5#858507
6#6B6B06
7#505004
8#353503
9#1B1B01
Tints
Lighter variations
1#F5F53B
2#F6F651
3#F7F766
4#F8F87C
5#F9F992
6#FAFAA8
7#FCFCBE
8#FDFDD3
9#FEFEE9
Tones
Muted variations
1#E9E92F
2#DFDF3A
3#D5D544
4#CACA4E
5#C0C059
6#B6B663
7#ABAB6D
8#A1A178
9#979782
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCFC #FCFCC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F9 #F9F990 | BordersInactive statesPlaceholder text |
| 400 | F6F6 #F6F655 | Disabled statesSecondary iconsMuted text |
| 500 | F4F4 #F4F425 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5D5 #D5D50B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AAAA #AAAA09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7979 #797906 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E4E #4E4E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3030 #303003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--yellow-50: #FEFEF0;
--yellow-100: #FDFDDD;
--yellow-200: #FCFCC0;
--yellow-300: #F9F990;
--yellow-400: #F6F655;
--yellow-500: #F4F425;
--yellow-600: #D5D50B;
--yellow-700: #AAAA09;
--yellow-800: #797906;
--yellow-900: #4E4E04;
--yellow-950: #303003;
}