Lemon
#FFF2BD
YellowColor Codes
All color formats for development
HEX
#FFF2BDRGB
rgb(255, 242, 189)HSL
hsl(48, 100%, 87%)OKLCH
oklch(0.959 0.069 95.9)CMYK
cmyk(0%, 5%, 26%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FFE990
2#FFE064
3#FFD738
4#FFCE0B
5#DEB100
6#B18E00
7#856A00
8#594700
9#2C2300
Tints
Lighter variations
1#FFF3C3
2#FFF4CA
3#FFF6D1
4#FFF7D7
5#FFF8DE
6#FFFAE4
7#FFFBEB
8#FFFCF2
9#FFFEF8
Tones
Muted variations
1#FCF0C0
2#F8EEC3
3#F5ECC7
4#F2EACA
5#EEE8CD
6#EBE6D1
7#E8E4D4
8#E4E2D7
9#E1E0DB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF8 #FFF8DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFF2 #FFF2BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFE8 #FFE88A | BordersInactive statesPlaceholder text |
| 400 | FFDB #FFDB4D | Disabled statesSecondary iconsMuted text |
| 500 | FFD1 #FFD11A | Primary brand colorCTAsActive elementsLinks |
| 600 | E0B4 #E0B400 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B38F #B38F00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8066 #806600 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5241 #524100 | Primary textHigh emphasis contentDark headings |
| 950 | 3329 #332900 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--lemon-50: #FFFCF0;
--lemon-100: #FFF8DB;
--lemon-200: #FFF2BD;
--lemon-300: #FFE88A;
--lemon-400: #FFDB4D;
--lemon-500: #FFD11A;
--lemon-600: #E0B400;
--lemon-700: #B38F00;
--lemon-800: #806600;
--lemon-900: #524100;
--lemon-950: #332900;
}