Beige

#FBE0E1

Red

Color Codes

All color formats for development

HEX
#FBE0E1
RGB
rgb(251, 224, 225)
HSL
hsl(358, 77%, 93%)
OKLCH
oklch(0.929 0.03 15.1)
CMYK
cmyk(0%, 11%, 10%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F7C4
300
#F297
400
#EA61
500
#E534
600
#C71A
700
#9E15
800
#710F
900
#4809
950
#2D06

Shades

Darker variations

1#F5B5B8
2#F08B8F
3#EB6166
4#E5383D
5#D21B21
6#A8161B
7#7E1014
8#540B0D
9#2A0507

Tints

Lighter variations

1#FBE3E3
2#FCE6E6
3#FCE9EA
4#FDECED
5#FDEFF0
6#FDF2F3
7#FEF6F6
8#FEF9F9
9#FFFCFC

Tones

Muted variations

1#FAE1E2
2#F8E2E3
3#F7E4E4
4#F5E5E5
5#F4E6E7
6#F3E8E8
7#F1E9E9
8#F0EAEB
9#EFECEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFE0
Light backgroundsTable row hoverSkeleton loading
200
F7C4
#F7C4C6
Secondary backgroundsInput backgroundsDividers
300
F297
#F2979A
BordersInactive statesPlaceholder text
400
EA61
#EA6166
Disabled statesSecondary iconsMuted text
500
E534
#E5343A
Primary brand colorCTAsActive elementsLinks
600
C71A
#C71A20
Hover statesFocus ringsPrimary buttons hover
700
9E15
#9E1519
Active/pressed statesDark mode accentsSecondary text
800
710F
#710F12
Text on light backgroundsHeadingsStrong borders
900
4809
#48090B
Primary textHigh emphasis contentDark headings
950
2D06
#2D0607
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FDF1F2;
  --beige-100: #FBDFE0;
  --beige-200: #F7C4C6;
  --beige-300: #F2979A;
  --beige-400: #EA6166;
  --beige-500: #E5343A;
  --beige-600: #C71A20;
  --beige-700: #9E1519;
  --beige-800: #710F12;
  --beige-900: #48090B;
  --beige-950: #2D0607;
}
Generate More ShadesCreate PaletteConvert Color