Lemon

#FDE3BE

Orange

Color Codes

All color formats for development

HEX
#FDE3BE
RGB
rgb(253, 227, 190)
HSL
hsl(35, 94%, 87%)
OKLCH
oklch(0.928 0.056 76.6)
CMYK
cmyk(0%, 10%, 25%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.24:1

AA AAA

On Black Background

16.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF9
100
#FEF0
200
#FDE3
300
#FBCE
400
#FAB4
500
#F89E
600
#DA82
700
#AD67
800
#7C4A
900
#4F2F
950
#311D

Shades

Darker variations

1#FCD094
2#FABE69
3#F9AB3E
4#F89813
5#D78007
6#AC6705
7#814D04
8#563303
9#2B1A01

Tints

Lighter variations

1#FDE6C5
2#FDE9CC
3#FEEBD2
4#FEEED8
5#FEF1DF
6#FEF4E5
7#FEF7EC
8#FFF9F2
9#FFFCF9

Tones

Muted variations

1#FAE3C2
2#F7E2C5
3#F4E1C8
4#F1E1CB
5#EDE0CE
6#EAE0D1
7#E7DFD5
8#E4DFD8
9#E1DEDB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF9
#FFF9F0
BackgroundsSubtle highlightsCard backgrounds
100
FEF0
#FEF0DC
Light backgroundsTable row hoverSkeleton loading
200
FDE3
#FDE3BF
Secondary backgroundsInput backgroundsDividers
300
FBCE
#FBCE8D
BordersInactive statesPlaceholder text
400
FAB4
#FAB452
Disabled statesSecondary iconsMuted text
500
F89E
#F89E20
Primary brand colorCTAsActive elementsLinks
600
DA82
#DA8207
Hover statesFocus ringsPrimary buttons hover
700
AD67
#AD6705
Active/pressed statesDark mode accentsSecondary text
800
7C4A
#7C4A04
Text on light backgroundsHeadingsStrong borders
900
4F2F
#4F2F02
Primary textHigh emphasis contentDark headings
950
311D
#311D02
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lemon-50: #FFF9F0;
  --lemon-100: #FEF0DC;
  --lemon-200: #FDE3BF;
  --lemon-300: #FBCE8D;
  --lemon-400: #FAB452;
  --lemon-500: #F89E20;
  --lemon-600: #DA8207;
  --lemon-700: #AD6705;
  --lemon-800: #7C4A04;
  --lemon-900: #4F2F02;
  --lemon-950: #311D02;
}
Generate More ShadesCreate PaletteConvert Color