Lemon
#F7F2C5
YellowColor Codes
All color formats for development
HEX
#F7F2C5RGB
rgb(247, 242, 197)HSL
hsl(54, 76%, 87%)OKLCH
oklch(0.954 0.059 102.2)CMYK
cmyk(0%, 2%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2E99E
2#ECE177
3#E7D850
4#E2CF28
5#C3B21B
6#9C8F15
7#756B10
8#4E470B
9#272405
Tints
Lighter variations
1#F8F3CA
2#F9F5D0
3#F9F6D6
4#FAF7DC
5#FBF9E2
6#FCFAE8
7#FDFBED
8#FDFCF3
9#FEFEF9
Tones
Muted variations
1#F5F0C7
2#F2EECA
3#EFECCC
4#EDEACF
5#EAE8D1
6#E8E6D4
7#E5E4D6
8#E3E2D9
9#E0E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F2 #F7F2C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E8 #F1E898 | BordersInactive statesPlaceholder text |
| 400 | EADC #EADC62 | Disabled statesSecondary iconsMuted text |
| 500 | E3D2 #E3D235 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5B4 #C5B41B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D90 #9D9015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7067 #70670F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4842 #48420A | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFCF2;
--lemon-100: #FBF8E0;
--lemon-200: #F7F2C5;
--lemon-300: #F1E898;
--lemon-400: #EADC62;
--lemon-500: #E3D235;
--lemon-600: #C5B41B;
--lemon-700: #9D9015;
--lemon-800: #70670F;
--lemon-900: #48420A;
--lemon-950: #2D2906;
}