Yellow
#F7F722
YellowColor Codes
All color formats for development
HEX
#F7F722RGB
rgb(247, 247, 34)HSL
hsl(60, 93%, 55%)OKLCH
oklch(0.945 0.201 109.7)CMYK
cmyk(0%, 0%, 86%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F4F409
2#D9D908
3#BDBD07
4#A2A206
5#878705
6#6C6C04
7#515103
8#363602
9#1B1B01
Tints
Lighter variations
1#F8F838
2#F9F94E
3#F9F964
4#FAFA7A
5#FBFB90
6#FCFCA6
7#FDFDBD
8#FDFDD3
9#FEFEE9
Tones
Muted variations
1#ECEC2C
2#E2E237
3#D7D742
4#CCCC4C
5#C2C257
6#B7B762
7#ACAC6C
8#A2A277
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 | FDFD #FDFDBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBFB #FBFB8E | BordersInactive statesPlaceholder text |
| 400 | F9F9 #F9F953 | Disabled statesSecondary iconsMuted text |
| 500 | F7F7 #F7F722 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9D9 #D9D908 | Hover statesFocus ringsPrimary buttons hover |
| 700 | ACAC #ACAC06 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B7B #7B7B04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F4F #4F4F03 | 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: #FDFDBF;
--yellow-300: #FBFB8E;
--yellow-400: #F9F953;
--yellow-500: #F7F722;
--yellow-600: #D9D908;
--yellow-700: #ACAC06;
--yellow-800: #7B7B04;
--yellow-900: #4F4F03;
--yellow-950: #313102;
}