Beige

#FCE2DE

Red

Color Codes

All color formats for development

HEX
#FCE2DE
RGB
rgb(252, 226, 222)
HSL
hsl(8, 83%, 93%)
OKLCH
oklch(0.933 0.029 28.1)
CMYK
cmyk(0%, 10%, 12%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.23:1

AA AAA

On Black Background

17.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF3
100
#FCE2
200
#F9CA
300
#F5A1
400
#F06F
500
#EB46
600
#CD2C
700
#A323
800
#7519
900
#4B10
950
#2F0A

Shades

Darker variations

1#F8BCB3
2#F49688
3#F0705C
4#EC4A31
5#D92E14
6#AE2510
7#821C0C
8#571308
9#2B0904

Tints

Lighter variations

1#FCE5E2
2#FDE8E5
3#FDEBE8
4#FDEEEB
5#FDF1EF
6#FEF4F2
7#FEF6F5
8#FEF9F8
9#FFFCFC

Tones

Muted variations

1#FAE3E0
2#F9E4E1
3#F8E6E3
4#F6E7E4
5#F5E8E6
6#F3E9E7
7#F2EAE9
8#F0EBEA
9#EFECEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF3
#FEF3F1
BackgroundsSubtle highlightsCard backgrounds
100
FCE2
#FCE2DE
Light backgroundsTable row hoverSkeleton loading
200
F9CA
#F9CAC2
Secondary backgroundsInput backgroundsDividers
300
F5A1
#F5A194
BordersInactive statesPlaceholder text
400
F06F
#F06F5C
Disabled statesSecondary iconsMuted text
500
EB46
#EB462D
Primary brand colorCTAsActive elementsLinks
600
CD2C
#CD2C13
Hover statesFocus ringsPrimary buttons hover
700
A323
#A3230F
Active/pressed statesDark mode accentsSecondary text
800
7519
#75190B
Text on light backgroundsHeadingsStrong borders
900
4B10
#4B1007
Primary textHigh emphasis contentDark headings
950
2F0A
#2F0A04
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FEF3F1;
  --beige-100: #FCE2DE;
  --beige-200: #F9CAC2;
  --beige-300: #F5A194;
  --beige-400: #F06F5C;
  --beige-500: #EB462D;
  --beige-600: #CD2C13;
  --beige-700: #A3230F;
  --beige-800: #75190B;
  --beige-900: #4B1007;
  --beige-950: #2F0A04;
}
Generate More ShadesCreate PaletteConvert Color