Lemon

#FBE1C1

Orange

Color Codes

All color formats for development

HEX
#FBE1C1
RGB
rgb(251, 225, 193)
HSL
hsl(33, 88%, 87%)
OKLCH
oklch(0.923 0.051 72.9)
CMYK
cmyk(0%, 10%, 23%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.26:1

AA AAA

On Black Background

16.64:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF8
100
#FDEF
200
#FBE1
300
#F8CA
400
#F4AE
500
#F196
600
#D37A
700
#A861
800
#7845
900
#4D2C
950
#301C

Shades

Darker variations

1#F8CD97
2#F6B86D
3#F3A444
4#F0901A
5#D1790D
6#A7610B
7#7D4808
8#533005
9#2A1803

Tints

Lighter variations

1#FBE4C7
2#FCE7CD
3#FCEAD3
4#FDEDDA
5#FDF0E0
6#FDF3E6
7#FEF6EC
8#FEF9F3
9#FFFCF9

Tones

Muted variations

1#F8E0C4
2#F5E0C7
3#F2E0C9
4#EFE0CC
5#ECDFCF
6#EADFD2
7#E7DFD5
8#E4DED8
9#E1DEDB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF8
#FEF8F1
BackgroundsSubtle highlightsCard backgrounds
100
FDEF
#FDEFDD
Light backgroundsTable row hoverSkeleton loading
200
FBE1
#FBE1C1
Secondary backgroundsInput backgroundsDividers
300
F8CA
#F8CA91
BordersInactive statesPlaceholder text
400
F4AE
#F4AE57
Disabled statesSecondary iconsMuted text
500
F196
#F19627
Primary brand colorCTAsActive elementsLinks
600
D37A
#D37A0D
Hover statesFocus ringsPrimary buttons hover
700
A861
#A8610B
Active/pressed statesDark mode accentsSecondary text
800
7845
#784508
Text on light backgroundsHeadingsStrong borders
900
4D2C
#4D2C05
Primary textHigh emphasis contentDark headings
950
301C
#301C03
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lemon-50: #FEF8F1;
  --lemon-100: #FDEFDD;
  --lemon-200: #FBE1C1;
  --lemon-300: #F8CA91;
  --lemon-400: #F4AE57;
  --lemon-500: #F19627;
  --lemon-600: #D37A0D;
  --lemon-700: #A8610B;
  --lemon-800: #784508;
  --lemon-900: #4D2C05;
  --lemon-950: #301C03;
}
Generate More ShadesCreate PaletteConvert Color