Lemon
#FBEEC1
YellowColor Codes
All color formats for development
HEX
#FBEEC1RGB
rgb(251, 238, 193)HSL
hsl(47, 88%, 87%)OKLCH
oklch(0.948 0.06 93.8)CMYK
cmyk(0%, 5%, 23%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8E397
2#F6D86D
3#F3CD44
4#F0C21A
5#D1A60D
6#A7850B
7#7D6408
8#534205
9#2A2103
Tints
Lighter variations
1#FBF0C7
2#FCF2CD
3#FCF3D3
4#FDF5DA
5#FDF7E0
6#FDF8E6
7#FEFAEC
8#FEFCF3
9#FFFDF9
Tones
Muted variations
1#F8EDC4
2#F5EBC7
3#F2E9C9
4#EFE8CC
5#ECE6CF
6#EAE4D2
7#E7E3D5
8#E4E1D8
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEE #FBEEC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E2 #F8E291 | BordersInactive statesPlaceholder text |
| 400 | F4D2 #F4D257 | Disabled statesSecondary iconsMuted text |
| 500 | F1C5 #F1C527 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3A8 #D3A80D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A886 #A8860B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7860 #786008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3D #4D3D05 | Primary textHigh emphasis contentDark headings |
| 950 | 3026 #302603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEFBF1;
--lemon-100: #FDF6DD;
--lemon-200: #FBEEC1;
--lemon-300: #F8E291;
--lemon-400: #F4D257;
--lemon-500: #F1C527;
--lemon-600: #D3A80D;
--lemon-700: #A8860B;
--lemon-800: #786008;
--lemon-900: #4D3D05;
--lemon-950: #302603;
}