Beige

#FBDFE1

Red

Color Codes

All color formats for development

HEX
#FBDFE1
RGB
rgb(251, 223, 225)
HSL
hsl(356, 78%, 93%)
OKLCH
oklch(0.927 0.031 12.8)
CMYK
cmyk(0%, 11%, 10%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF1
100
#FBDF
200
#F8C4
300
#F297
400
#EB60
500
#E633
600
#C819
700
#9F14
800
#710E
900
#4909
950
#2D06

Shades

Darker variations

1#F6B5B9
2#F18B92
3#EB616A
4#E63642
5#D31A26
6#A9151F
7#7F1017
8#540A0F
9#2A0508

Tints

Lighter variations

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

Tones

Muted variations

1#FAE1E2
2#F8E2E3
3#F7E3E5
4#F6E5E6
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
F8C4
#F8C4C7
Secondary backgroundsInput backgroundsDividers
300
F297
#F2979D
BordersInactive statesPlaceholder text
400
EB60
#EB6069
Disabled statesSecondary iconsMuted text
500
E633
#E6333F
Primary brand colorCTAsActive elementsLinks
600
C819
#C81924
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F141D
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E15
Text on light backgroundsHeadingsStrong borders
900
4909
#49090D
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: #F8C4C7;
  --beige-300: #F2979D;
  --beige-400: #EB6069;
  --beige-500: #E6333F;
  --beige-600: #C81924;
  --beige-700: #9F141D;
  --beige-800: #710E15;
  --beige-900: #49090D;
  --beige-950: #2D0608;
}
Generate More ShadesCreate PaletteConvert Color