Beige

#FBE0E4

Red

Color Codes

All color formats for development

HEX
#FBE0E4
RGB
rgb(251, 224, 228)
HSL
hsl(351, 77%, 93%)
OKLCH
oklch(0.93 0.03 7.5)
CMYK
cmyk(0%, 11%, 9%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.24:1

AA AAA

On Black Background

16.88: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#F5B5BF
2#F08B9B
3#EB6176
4#E53852
5#D21B37
6#A8162C
7#7E1021
8#540B16
9#2A050B

Tints

Lighter variations

1#FBE3E6
2#FCE6E9
3#FCE9EC
4#FDECEF
5#FDEFF1
6#FDF2F4
7#FEF6F7
8#FEF9FA
9#FFFCFC

Tones

Muted variations

1#FAE1E4
2#F8E2E5
3#F7E4E6
4#F5E5E7
5#F4E6E8
6#F3E8E9
7#F1E9EA
8#F0EAEB
9#EFECEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F3
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFE4
Light backgroundsTable row hoverSkeleton loading
200
F7C4
#F7C4CC
Secondary backgroundsInput backgroundsDividers
300
F297
#F297A5
BordersInactive statesPlaceholder text
400
EA61
#EA6176
Disabled statesSecondary iconsMuted text
500
E534
#E5344E
Primary brand colorCTAsActive elementsLinks
600
C71A
#C71A34
Hover statesFocus ringsPrimary buttons hover
700
9E15
#9E1529
Active/pressed statesDark mode accentsSecondary text
800
710F
#710F1D
Text on light backgroundsHeadingsStrong borders
900
4809
#480913
Primary textHigh emphasis contentDark headings
950
2D06
#2D060C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FDF1F3;
  --beige-100: #FBDFE4;
  --beige-200: #F7C4CC;
  --beige-300: #F297A5;
  --beige-400: #EA6176;
  --beige-500: #E5344E;
  --beige-600: #C71A34;
  --beige-700: #9E1529;
  --beige-800: #710F1D;
  --beige-900: #480913;
  --beige-950: #2D060C;
}
Generate More ShadesCreate PaletteConvert Color