Beige

#FBE0E0

Red

Color Codes

All color formats for development

HEX
#FBE0E0
RGB
rgb(251, 224, 224)
HSL
hsl(0, 77%, 93%)
OKLCH
oklch(0.929 0.03 17.7)
CMYK
cmyk(0%, 11%, 11%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.84: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#F5B5B5
2#F08B8B
3#EB6161
4#E53838
5#D21B1B
6#A81616
7#7E1010
8#540B0B
9#2A0505

Tints

Lighter variations

1#FBE3E3
2#FCE6E6
3#FCE9E9
4#FDECEC
5#FDEFEF
6#FDF2F2
7#FEF6F6
8#FEF9F9
9#FFFCFC

Tones

Muted variations

1#FAE1E1
2#F8E2E2
3#F7E4E4
4#F5E5E5
5#F4E6E6
6#F3E8E8
7#F1E9E9
8#F0EAEA
9#EFECEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F1
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFDF
Light backgroundsTable row hoverSkeleton loading
200
F7C4
#F7C4C4
Secondary backgroundsInput backgroundsDividers
300
F297
#F29797
BordersInactive statesPlaceholder text
400
EA61
#EA6161
Disabled statesSecondary iconsMuted text
500
E534
#E53434
Primary brand colorCTAsActive elementsLinks
600
C71A
#C71A1A
Hover statesFocus ringsPrimary buttons hover
700
9E15
#9E1515
Active/pressed statesDark mode accentsSecondary text
800
710F
#710F0F
Text on light backgroundsHeadingsStrong borders
900
4809
#480909
Primary textHigh emphasis contentDark headings
950
2D06
#2D0606
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FDF1F1;
  --beige-100: #FBDFDF;
  --beige-200: #F7C4C4;
  --beige-300: #F29797;
  --beige-400: #EA6161;
  --beige-500: #E53434;
  --beige-600: #C71A1A;
  --beige-700: #9E1515;
  --beige-800: #710F0F;
  --beige-900: #480909;
  --beige-950: #2D0606;
}
Generate More ShadesCreate PaletteConvert Color