Lemon
#F6E3C6
OrangeColor Codes
All color formats for development
HEX
#F6E3C6RGB
rgb(246, 227, 198)HSL
hsl(36, 73%, 87%)OKLCH
oklch(0.924 0.044 78.5)CMYK
cmyk(0%, 8%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0D09F
2#EABD79
3#E4AA53
4#DE972C
5#C07F1E
6#9A6618
7#734C12
8#4D330C
9#261906
Tints
Lighter variations
1#F7E6CB
2#F8E8D1
3#F9EBD7
4#FAEEDD
5#FBF1E2
6#FBF4E8
7#FCF7EE
8#FDF9F4
9#FEFCF9
Tones
Muted variations
1#F4E2C8
2#F1E2CA
3#EFE1CD
4#ECE1CF
5#EAE0D2
6#E8E0D4
7#E5DFD7
8#E3DFD9
9#E0DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF0 #FAF0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E3 #F6E3C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFCD #EFCD9A | BordersInactive statesPlaceholder text |
| 400 | E7B3 #E7B365 | Disabled statesSecondary iconsMuted text |
| 500 | E09D #E09D38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C281 #C2811E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A66 #9A6618 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E49 #6E4911 | Text on light backgroundsHeadingsStrong borders |
| 900 | 472F #472F0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C1D #2C1D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDF8F2;
--lemon-100: #FAF0E0;
--lemon-200: #F6E3C6;
--lemon-300: #EFCD9A;
--lemon-400: #E7B365;
--lemon-500: #E09D38;
--lemon-600: #C2811E;
--lemon-700: #9A6618;
--lemon-800: #6E4911;
--lemon-900: #472F0B;
--lemon-950: #2C1D07;
}