Beige

#FBE0E2

Red

Color Codes

All color formats for development

HEX
#FBE0E2
RGB
rgb(251, 224, 226)
HSL
hsl(356, 77%, 93%)
OKLCH
oklch(0.929 0.03 12.6)
CMYK
cmyk(0%, 11%, 10%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.86: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#F5B5BA
2#F08B92
3#EB616B
4#E53843
5#D21B27
6#A81620
7#7E1018
8#540B10
9#2A0508

Tints

Lighter variations

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

Tones

Muted variations

1#FAE1E2
2#F8E2E4
3#F7E4E5
4#F5E5E6
5#F4E6E7
6#F3E8E8
7#F1E9EA
8#F0EAEB
9#EFECEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F2
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFE1
Light backgroundsTable row hoverSkeleton loading
200
F7C4
#F7C4C8
Secondary backgroundsInput backgroundsDividers
300
F297
#F2979D
BordersInactive statesPlaceholder text
400
EA61
#EA616A
Disabled statesSecondary iconsMuted text
500
E534
#E53440
Primary brand colorCTAsActive elementsLinks
600
C71A
#C71A25
Hover statesFocus ringsPrimary buttons hover
700
9E15
#9E151E
Active/pressed statesDark mode accentsSecondary text
800
710F
#710F15
Text on light backgroundsHeadingsStrong borders
900
4809
#48090E
Primary textHigh emphasis contentDark headings
950
2D06
#2D0608
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FDF1F2;
  --beige-100: #FBDFE1;
  --beige-200: #F7C4C8;
  --beige-300: #F2979D;
  --beige-400: #EA616A;
  --beige-500: #E53440;
  --beige-600: #C71A25;
  --beige-700: #9E151E;
  --beige-800: #710F15;
  --beige-900: #48090E;
  --beige-950: #2D0608;
}
Generate More ShadesCreate PaletteConvert Color