Lemon
#F6DFC6
OrangeColor Codes
All color formats for development
HEX
#F6DFC6RGB
rgb(246, 223, 198)HSL
hsl(31, 73%, 87%)OKLCH
oklch(0.916 0.042 69.6)CMYK
cmyk(0%, 9%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F0C99F
2#EAB379
3#E49E53
4#DE882C
5#C0721E
6#9A5B18
7#734412
8#4D2D0C
9#261706
Tints
Lighter variations
1#F7E2CB
2#F8E5D1
3#F9E8D7
4#FAECDD
5#FBEFE2
6#FBF2E8
7#FCF5EE
8#FDF9F4
9#FEFCF9
Tones
Muted variations
1#F4DFC8
2#F1DECA
3#EFDECD
4#ECDECF
5#EADED2
6#E8DED4
7#E5DED7
8#E3DED9
9#E0DEDB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEE #FAEEE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6DF #F6DFC6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFC6 #EFC69A | BordersInactive statesPlaceholder text |
| 400 | E7A8 #E7A865 | Disabled statesSecondary iconsMuted text |
| 500 | E08F #E08F38 | Primary brand colorCTAsActive elementsLinks |
| 600 | C273 #C2731E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A5B #9A5B18 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E41 #6E4111 | Text on light backgroundsHeadingsStrong borders |
| 900 | 472A #472A0B | Primary textHigh emphasis contentDark headings |
| 950 | 2C1A #2C1A07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FDF8F2;
--lemon-100: #FAEEE0;
--lemon-200: #F6DFC6;
--lemon-300: #EFC69A;
--lemon-400: #E7A865;
--lemon-500: #E08F38;
--lemon-600: #C2731E;
--lemon-700: #9A5B18;
--lemon-800: #6E4111;
--lemon-900: #472A0B;
--lemon-950: #2C1A07;
}