Lemon
#FAE6C2
OrangeColor Codes
All color formats for development
HEX
#FAE6C2RGB
rgb(250, 230, 194)HSL
hsl(39, 85%, 87%)OKLCH
oklch(0.932 0.052 82.3)CMYK
cmyk(0%, 8%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7D699
2#F3C570
3#F0B547
4#EDA41E
5#CD8B11
6#A46F0D
7#7B540A
8#523807
9#291C03
Tints
Lighter variations
1#FBE9C8
2#FBEBCE
3#FCEED4
4#FCF0DA
5#FDF3E0
6#FDF5E6
7#FEF8ED
8#FEFAF3
9#FFFDF9
Tones
Muted variations
1#F7E5C4
2#F4E5C7
3#F2E4CA
4#EFE3CD
5#ECE2D0
6#E9E1D3
7#E6E0D5
8#E3E0D8
9#E1DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE6 #FAE6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D3 #F6D392 | BordersInactive statesPlaceholder text |
| 400 | F2BD #F2BD5A | Disabled statesSecondary iconsMuted text |
| 500 | EEAA #EEAA2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D08D #D08D11 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A570 #A5700D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7650 #76500A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B33 #4B3306 | Primary textHigh emphasis contentDark headings |
| 950 | 2F20 #2F2004 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FEF9F1;
--lemon-100: #FCF2DE;
--lemon-200: #FAE6C2;
--lemon-300: #F6D392;
--lemon-400: #F2BD5A;
--lemon-500: #EEAA2B;
--lemon-600: #D08D11;
--lemon-700: #A5700D;
--lemon-800: #76500A;
--lemon-900: #4B3306;
--lemon-950: #2F2004;
}