Beige

#FBE0DF

Red

Color Codes

All color formats for development

HEX
#FBE0DF
RGB
rgb(251, 224, 223)
HSL
hsl(2, 78%, 93%)
OKLCH
oklch(0.928 0.03 20.3)
CMYK
cmyk(0%, 11%, 11%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE0
200
#F8C6
300
#F29A
400
#EB65
500
#E639
600
#C81F
700
#9F18
800
#7111
900
#490B
950
#2D07

Shades

Darker variations

1#F6B7B5
2#F18E8B
3#EB6561
4#E63C36
5#D3201A
6#A91A15
7#7F1310
8#540D0A
9#2A0605

Tints

Lighter variations

1#FBE3E2
2#FCE6E6
3#FCE9E9
4#FDECEC
5#FDF0EF
6#FDF3F2
7#FEF6F5
8#FEF9F9
9#FFFCFC

Tones

Muted variations

1#FAE1E1
2#F8E3E2
3#F7E4E3
4#F6E5E5
5#F4E7E6
6#F3E8E8
7#F1E9E9
8#F0EBEA
9#EFECEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0DF
Light backgroundsTable row hoverSkeleton loading
200
F8C6
#F8C6C4
Secondary backgroundsInput backgroundsDividers
300
F29A
#F29A97
BordersInactive statesPlaceholder text
400
EB65
#EB6560
Disabled statesSecondary iconsMuted text
500
E639
#E63933
Primary brand colorCTAsActive elementsLinks
600
C81F
#C81F19
Hover statesFocus ringsPrimary buttons hover
700
9F18
#9F1814
Active/pressed statesDark mode accentsSecondary text
800
7111
#71110E
Text on light backgroundsHeadingsStrong borders
900
490B
#490B09
Primary textHigh emphasis contentDark headings
950
2D07
#2D0706
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FDF2F1;
  --beige-100: #FBE0DF;
  --beige-200: #F8C6C4;
  --beige-300: #F29A97;
  --beige-400: #EB6560;
  --beige-500: #E63933;
  --beige-600: #C81F19;
  --beige-700: #9F1814;
  --beige-800: #71110E;
  --beige-900: #490B09;
  --beige-950: #2D0706;
}
Generate More ShadesCreate PaletteConvert Color