Lemon
#F8E1C3
OrangeColor Codes
All color formats for development
HEX
#F8E1C3RGB
rgb(248, 225, 195)HSL
hsl(34, 79%, 87%)OKLCH
oklch(0.921 0.047 74.5)CMYK
cmyk(0%, 9%, 21%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3CD9C
2#EFBA74
3#EAA64D
4#E59225
5#C77B17
6#9F6213
7#774A0E
8#4F3109
9#281905
Tints
Lighter variations
1#F9E4CA
2#F9E7D0
3#FAEAD5
4#FBEDDB
5#FCF0E1
6#FCF3E7
7#FDF6ED
8#FEF9F3
9#FEFCF9
Tones
Muted variations
1#F5E1C6
2#F3E1C9
3#F0E0CC
4#EEE0CE
5#EBE0D1
6#E8DFD3
7#E6DFD6
8#E3DFD9
9#E0DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E1 #F8E1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CB #F3CB96 | BordersInactive statesPlaceholder text |
| 400 | ECAF #ECAF5F | Disabled statesSecondary iconsMuted text |
| 500 | E798 #E79832 | Primary brand colorCTAsActive elementsLinks |
| 600 | C97C #C97C18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A063 #A06313 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7246 #72460D | Text on light backgroundsHeadingsStrong borders |
| 900 | 492D #492D09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1C #2E1C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDF8F1;
--lemon-100: #FBEFDF;
--lemon-200: #F8E1C4;
--lemon-300: #F3CB96;
--lemon-400: #ECAF5F;
--lemon-500: #E79832;
--lemon-600: #C97C18;
--lemon-700: #A06313;
--lemon-800: #72460D;
--lemon-900: #492D09;
--lemon-950: #2E1C05;
}