Lemon

#FFE0BD

Orange

Color Codes

All color formats for development

HEX
#FFE0BD
RGB
rgb(255, 224, 189)
HSL
hsl(32, 100%, 87%)
OKLCH
oklch(0.924 0.057 70.4)
CMYK
cmyk(0%, 12%, 26%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.26:1

AA AAA

On Black Background

16.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFF8
100
#FFEE
200
#FFE0
300
#FFC8
400
#FFAC
500
#FF94
600
#E078
700
#B35F
800
#8044
900
#522C
950
#331B

Shades

Darker variations

1#FFCB90
2#FFB764
3#FFA238
4#FF8D0B
5#DE7600
6#B15F00
7#854700
8#592F00
9#2C1800

Tints

Lighter variations

1#FFE3C3
2#FFE6CA
3#FFE9D1
4#FFECD7
5#FFF0DE
6#FFF3E4
7#FFF6EB
8#FFF9F2
9#FFFCF8

Tones

Muted variations

1#FCE0C0
2#F8E0C3
3#F5DFC7
4#F2DFCA
5#EEDFCD
6#EBDFD1
7#E8DFD4
8#E4DED7
9#E1DEDB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFF8
#FFF8F0
BackgroundsSubtle highlightsCard backgrounds
100
FFEE
#FFEEDB
Light backgroundsTable row hoverSkeleton loading
200
FFE0
#FFE0BD
Secondary backgroundsInput backgroundsDividers
300
FFC8
#FFC88A
BordersInactive statesPlaceholder text
400
FFAC
#FFAC4D
Disabled statesSecondary iconsMuted text
500
FF94
#FF941A
Primary brand colorCTAsActive elementsLinks
600
E078
#E07800
Hover statesFocus ringsPrimary buttons hover
700
B35F
#B35F00
Active/pressed statesDark mode accentsSecondary text
800
8044
#804400
Text on light backgroundsHeadingsStrong borders
900
522C
#522C00
Primary textHigh emphasis contentDark headings
950
331B
#331B00
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --lemon-50: #FFF8F0;
  --lemon-100: #FFEEDB;
  --lemon-200: #FFE0BD;
  --lemon-300: #FFC88A;
  --lemon-400: #FFAC4D;
  --lemon-500: #FF941A;
  --lemon-600: #E07800;
  --lemon-700: #B35F00;
  --lemon-800: #804400;
  --lemon-900: #522C00;
  --lemon-950: #331B00;
}
Generate More ShadesCreate PaletteConvert Color