Yellow
#F6F623
YellowColor Codes
All color formats for development
HEX
#F6F623RGB
rgb(246, 246, 35)HSL
hsl(60, 92%, 55%)OKLCH
oklch(0.943 0.2 109.7)CMYK
cmyk(0%, 0%, 86%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2F20A
2#D7D709
3#BCBC08
4#A2A207
5#878706
6#6C6C04
7#515103
8#363602
9#1B1B01
Tints
Lighter variations
1#F7F739
2#F8F84F
3#F9F965
4#F9F97B
5#FAFA91
6#FBFBA7
7#FCFCBD
8#FDFDD3
9#FEFEE9
Tones
Muted variations
1#EBEB2D
2#E1E138
3#D6D642
4#CCCC4D
5#C1C157
6#B6B662
7#ACAC6D
8#A1A177
9#979782
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFE #FEFEDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCFC #FCFCBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAFA #FAFA8E | BordersInactive statesPlaceholder text |
| 400 | F8F8 #F8F854 | Disabled statesSecondary iconsMuted text |
| 500 | F6F6 #F6F623 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7D7 #D7D709 | Hover statesFocus ringsPrimary buttons hover |
| 700 | ABAB #ABAB07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A7A #7A7A05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E4E #4E4E03 | 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: #FEFEF0;
--yellow-100: #FEFEDD;
--yellow-200: #FCFCBF;
--yellow-300: #FAFA8E;
--yellow-400: #F8F854;
--yellow-500: #F6F623;
--yellow-600: #D7D709;
--yellow-700: #ABAB07;
--yellow-800: #7A7A05;
--yellow-900: #4E4E03;
--yellow-950: #313102;
}