Lemon
#F6E6C6
OrangeColor Codes
All color formats for development
HEX
#F6E6C6RGB
rgb(246, 230, 198)HSL
hsl(40, 73%, 87%)OKLCH
oklch(0.93 0.045 84.6)CMYK
cmyk(0%, 7%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0D59F
2#EAC479
3#E4B453
4#DEA32C
5#C08A1E
6#9A6E18
7#735312
8#4D370C
9#261C06
Tints
Lighter variations
1#F7E8CB
2#F8EBD1
3#F9EDD7
4#FAF0DD
5#FBF2E2
6#FBF5E8
7#FCF7EE
8#FDFAF4
9#FEFCF9
Tones
Muted variations
1#F4E5C8
2#F1E4CA
3#EFE3CD
4#ECE3CF
5#EAE2D2
6#E8E1D4
7#E5E0D7
8#E3DFD9
9#E0DFDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF1 #FAF1E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E6 #F6E6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD3 #EFD39A | BordersInactive statesPlaceholder text |
| 400 | E7BB #E7BB65 | Disabled statesSecondary iconsMuted text |
| 500 | E0A8 #E0A838 | Primary brand colorCTAsActive elementsLinks |
| 600 | C28C #C28C1E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A6F #9A6F18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E4F #6E4F11 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4733 #47330B | Primary textHigh emphasis contentDark headings |
| 950 | 2C20 #2C2007 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDF9F2;
--lemon-100: #FAF1E0;
--lemon-200: #F6E6C6;
--lemon-300: #EFD39A;
--lemon-400: #E7BB65;
--lemon-500: #E0A838;
--lemon-600: #C28C1E;
--lemon-700: #9A6F18;
--lemon-800: #6E4F11;
--lemon-900: #47330B;
--lemon-950: #2C2007;
}