Beige

#FBDFE0

Red

Color Codes

All color formats for development

HEX
#FBDFE0
RGB
rgb(251, 223, 224)
HSL
hsl(358, 78%, 93%)
OKLCH
oklch(0.927 0.031 15.3)
CMYK
cmyk(0%, 11%, 11%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.73: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#F6B5B7
2#F18B8E
3#EB6165
4#E6363C
5#D31A20
6#A9151A
7#7F1013
8#540A0D
9#2A0506

Tints

Lighter variations

1#FBE2E3
2#FCE6E6
3#FCE9E9
4#FDECEC
5#FDEFF0
6#FDF2F3
7#FEF5F6
8#FEF9F9
9#FFFCFC

Tones

Muted variations

1#FAE1E1
2#F8E2E3
3#F7E3E4
4#F6E5E5
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
F8C4
#F8C4C6
Secondary backgroundsInput backgroundsDividers
300
F297
#F2979A
BordersInactive statesPlaceholder text
400
EB60
#EB6065
Disabled statesSecondary iconsMuted text
500
E633
#E63339
Primary brand colorCTAsActive elementsLinks
600
C819
#C8191F
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F1418
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E11
Text on light backgroundsHeadingsStrong borders
900
4909
#49090B
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: #F8C4C6;
  --beige-300: #F2979A;
  --beige-400: #EB6065;
  --beige-500: #E63339;
  --beige-600: #C8191F;
  --beige-700: #9F1418;
  --beige-800: #710E11;
  --beige-900: #49090B;
  --beige-950: #2D0607;
}
Generate More ShadesCreate PaletteConvert Color