Lemon
#FAF0C2
YellowColor Codes
All color formats for development
HEX
#FAF0C2RGB
rgb(250, 240, 194)HSL
hsl(49, 85%, 87%)OKLCH
oklch(0.952 0.06 97.2)CMYK
cmyk(0%, 4%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7E599
2#F3DB70
3#F0D147
4#EDC71E
5#CDAB11
6#A4890D
7#7B660A
8#524407
9#292203
Tints
Lighter variations
1#FBF1C8
2#FBF3CE
3#FCF4D4
4#FCF6DA
5#FDF7E0
6#FDF9E6
7#FEFAED
8#FEFCF3
9#FFFDF9
Tones
Muted variations
1#F7EEC4
2#F4ECC7
3#F2EACA
4#EFE9CD
5#ECE7D0
6#E9E5D3
7#E6E3D5
8#E3E1D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF7 #FCF7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF0 #FAF0C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E4 #F6E492 | BordersInactive statesPlaceholder text |
| 400 | F2D6 #F2D65A | Disabled statesSecondary iconsMuted text |
| 500 | EECA #EECA2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0AD #D0AD11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A589 #A5890D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7662 #76620A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3F #4B3F06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F27 #2F2704 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFBF1;
--lemon-100: #FCF7DE;
--lemon-200: #FAF0C2;
--lemon-300: #F6E492;
--lemon-400: #F2D65A;
--lemon-500: #EECA2B;
--lemon-600: #D0AD11;
--lemon-700: #A5890D;
--lemon-800: #76620A;
--lemon-900: #4B3F06;
--lemon-950: #2F2704;
}