Lemon
#F7F7C5
YellowColor Codes
All color formats for development
HEX
#F7F7C5RGB
rgb(247, 247, 197)HSL
hsl(60, 76%, 87%)OKLCH
oklch(0.964 0.064 107.6)CMYK
cmyk(0%, 0%, 20%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2F29E
2#ECEC77
3#E7E750
4#E2E228
5#C3C31B
6#9C9C15
7#757510
8#4E4E0B
9#272705
Tints
Lighter variations
1#F8F8CA
2#F9F9D0
3#F9F9D6
4#FAFADC
5#FBFBE2
6#FCFCE8
7#FDFDED
8#FDFDF3
9#FEFEF9
Tones
Muted variations
1#F5F5C7
2#F2F2CA
3#EFEFCC
4#EDEDCF
5#EAEAD1
6#E8E8D4
7#E5E5D6
8#E3E3D9
9#E0E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F7 #F7F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1F1 #F1F198 | BordersInactive statesPlaceholder text |
| 400 | EAEA #EAEA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3E3 #E3E335 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5C5 #C5C51B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D9D #9D9D15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7070 #70700F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4848 #48480A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2D #2D2D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDFDF2;
--lemon-100: #FBFBE0;
--lemon-200: #F7F7C5;
--lemon-300: #F1F198;
--lemon-400: #EAEA62;
--lemon-500: #E3E335;
--lemon-600: #C5C51B;
--lemon-700: #9D9D15;
--lemon-800: #70700F;
--lemon-900: #48480A;
--lemon-950: #2D2D06;
}