Lemon
#FCF8BF
YellowColor Codes
All color formats for development
HEX
#FCF8BFRGB
rgb(252, 248, 191)HSL
hsl(56, 91%, 87%)OKLCH
oklch(0.969 0.073 104.3)CMYK
cmyk(0%, 2%, 24%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAF395
2#F8EF6B
3#F6EA41
4#F4E516
5#D4C60A
6#A99F08
7#7F7706
8#554F04
9#2A2802
Tints
Lighter variations
1#FCF9C6
2#FDF9CC
3#FDFAD3
4#FDFBD9
5#FEFBDF
6#FEFCE6
7#FEFDEC
8#FEFEF2
9#FFFEF9
Tones
Muted variations
1#F9F5C3
2#F6F3C6
3#F3F0C9
4#F0EECC
5#EDEBCF
6#EAE8D2
7#E7E6D5
8#E4E3D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF8 #FCF8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAF3 #FAF38F | BordersInactive statesPlaceholder text |
| 400 | F7EC #F7EC55 | Disabled statesSecondary iconsMuted text |
| 500 | F5E7 #F5E724 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6C9 #D6C90A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AAA0 #AAA008 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A72 #7A7206 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E49 #4E4904 | Primary textHigh emphasis contentDark headings |
| 950 | 312E #312E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFDF0;
--lemon-100: #FDFBDD;
--lemon-200: #FCF8C0;
--lemon-300: #FAF38F;
--lemon-400: #F7EC55;
--lemon-500: #F5E724;
--lemon-600: #D6C90A;
--lemon-700: #AAA008;
--lemon-800: #7A7206;
--lemon-900: #4E4904;
--lemon-950: #312E02;
}