Yellow
#F1F127
YellowColor Codes
All color formats for development
HEX
#F1F127RGB
rgb(241, 241, 39)HSL
hsl(60, 88%, 55%)OKLCH
oklch(0.928 0.195 109.7)CMYK
cmyk(0%, 0%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDED0F
2#D3D30D
3#B9B90C
4#9E9E0A
5#848408
6#696907
7#4F4F05
8#353503
9#1A1A02
Tints
Lighter variations
1#F3F33D
2#F4F452
3#F5F568
4#F7F77E
5#F8F893
6#F9F9A9
7#FBFBBE
8#FCFCD4
9#FEFEE9
Tones
Muted variations
1#E7E731
2#DDDD3B
3#D3D346
4#C9C950
5#BFBF5A
6#B5B564
7#ABAB6E
8#A0A078
9#969682
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBFB #FBFBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8F8 #F8F891 | BordersInactive statesPlaceholder text |
| 400 | F4F4 #F4F457 | Disabled statesSecondary iconsMuted text |
| 500 | F1F1 #F1F127 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3D3 #D3D30D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A8A8 #A8A80B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7878 #787808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D4D #4D4D05 | 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: #FEFEF1;
--yellow-100: #FDFDDD;
--yellow-200: #FBFBC1;
--yellow-300: #F8F891;
--yellow-400: #F4F457;
--yellow-500: #F1F127;
--yellow-600: #D3D30D;
--yellow-700: #A8A80B;
--yellow-800: #787808;
--yellow-900: #4D4D05;
--yellow-950: #303003;
}