Lemon

#FEE8BD

Orange

Color Codes

All color formats for development

HEX
#FEE8BD
RGB
rgb(254, 232, 189)
HSL
hsl(40, 97%, 87%)
OKLCH
oklch(0.938 0.061 84)
CMYK
cmyk(0%, 9%, 26%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFA
100
#FEF3
200
#FEE9
300
#FDD7
400
#FCC3
500
#FCB1
600
#DD94
700
#B076
800
#7E54
900
#5036
950
#3222

Shades

Darker variations

1#FDDA92
2#FDCB66
3#FCBC3B
4#FBAD0F
5#DB9303
6#AF7503
7#835802
8#573B01
9#2C1D01

Tints

Lighter variations

1#FEEBC4
2#FEEDCB
3#FEEFD1
4#FEF2D8
5#FFF4DE
6#FFF6E5
7#FFF8EB
8#FFFBF2
9#FFFDF8

Tones

Muted variations

1#FBE7C1
2#F8E6C4
3#F4E5C7
4#F1E4CB
5#EEE3CE
6#EBE2D1
7#E7E1D4
8#E4E0D7
9#E1DFDB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFFA
#FFFAF0
BackgroundsSubtle highlightsCard backgrounds
100
FEF3
#FEF3DC
Light backgroundsTable row hoverSkeleton loading
200
FEE9
#FEE9BE
Secondary backgroundsInput backgroundsDividers
300
FDD7
#FDD78B
BordersInactive statesPlaceholder text
400
FCC3
#FCC34F
Disabled statesSecondary iconsMuted text
500
FCB1
#FCB11D
Primary brand colorCTAsActive elementsLinks
600
DD94
#DD9403
Hover statesFocus ringsPrimary buttons hover
700
B076
#B07603
Active/pressed statesDark mode accentsSecondary text
800
7E54
#7E5402
Text on light backgroundsHeadingsStrong borders
900
5036
#503601
Primary textHigh emphasis contentDark headings
950
3222
#322201
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lemon-50: #FFFAF0;
  --lemon-100: #FEF3DC;
  --lemon-200: #FEE9BE;
  --lemon-300: #FDD78B;
  --lemon-400: #FCC34F;
  --lemon-500: #FCB11D;
  --lemon-600: #DD9403;
  --lemon-700: #B07603;
  --lemon-800: #7E5402;
  --lemon-900: #503601;
  --lemon-950: #322201;
}
Generate More ShadesCreate PaletteConvert Color