Beige

#FBDFE6

Red

Color Codes

All color formats for development

HEX
#FBDFE6
RGB
rgb(251, 223, 230)
HSL
hsl(345, 78%, 93%)
OKLCH
oklch(0.929 0.032 0.8)
CMYK
cmyk(0%, 11%, 8%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.80: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#F6B5C5
2#F18BA4
3#EB6183
4#E63662
5#D31A48
6#A9153A
7#7F102B
8#540A1D
9#2A050E

Tints

Lighter variations

1#FBE2E9
2#FCE6EB
3#FCE9EE
4#FDECF0
5#FDEFF3
6#FDF2F5
7#FEF5F8
8#FEF9FA
9#FFFCFD

Tones

Muted variations

1#FAE1E7
2#F8E2E8
3#F7E3E8
4#F6E5E9
5#F4E6EA
6#F3E8EA
7#F1E9EB
8#F0EAEC
9#EFECEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFE6
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4D1
Secondary backgroundsInput backgroundsDividers
300
F297
#F297AD
BordersInactive statesPlaceholder text
400
EB60
#EB6083
Disabled statesSecondary iconsMuted text
500
E633
#E6335F
Primary brand colorCTAsActive elementsLinks
600
C819
#C81944
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F1436
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E27
Text on light backgroundsHeadingsStrong borders
900
4909
#490919
Primary textHigh emphasis contentDark headings
950
2D06
#2D0610
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FDF1F4;
  --beige-100: #FBDFE6;
  --beige-200: #F8C4D1;
  --beige-300: #F297AD;
  --beige-400: #EB6083;
  --beige-500: #E6335F;
  --beige-600: #C81944;
  --beige-700: #9F1436;
  --beige-800: #710E27;
  --beige-900: #490919;
  --beige-950: #2D0610;
}
Generate More ShadesCreate PaletteConvert Color