Lemon

#FFF2BD

Yellow

Color Codes

All color formats for development

HEX
#FFF2BD
RGB
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

On White Background

1.12:1

AA AAA

On Black Background

18.69:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFC
100
#FFF8
200
#FFF2
300
#FFE8
400
#FFDB
500
#FFD1
600
#E0B4
700
#B38F
800
#8066
900
#5241
950
#3329

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

LevelColorTypical 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;
}
Generate More ShadesCreate PaletteConvert Color