Beige

#FBDFE4

Red

Color Codes

All color formats for development

HEX
#FBDFE4
RGB
rgb(251, 223, 228)
HSL
hsl(349, 78%, 93%)
OKLCH
oklch(0.928 0.032 5.5)
CMYK
cmyk(0%, 11%, 9%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.25:1

AA AAA

On Black Background

16.78: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#F6B5C1
2#F18B9D
3#EB617A
4#E63657
5#D31A3C
6#A91530
7#7F1024
8#540A18
9#2A050C

Tints

Lighter variations

1#FBE2E7
2#FCE6EA
3#FCE9EC
4#FDECEF
5#FDEFF2
6#FDF2F4
7#FEF5F7
8#FEF9FA
9#FFFCFC

Tones

Muted variations

1#FAE1E5
2#F8E2E6
3#F7E3E7
4#F6E5E8
5#F4E6E9
6#F3E8EA
7#F1E9EB
8#F0EAEB
9#EFECEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF1
#FDF1F4
BackgroundsSubtle highlightsCard backgrounds
100
FBDF
#FBDFE4
Light backgroundsTable row hoverSkeleton loading
200
F8C4
#F8C4CD
Secondary backgroundsInput backgroundsDividers
300
F297
#F297A7
BordersInactive statesPlaceholder text
400
EB60
#EB607A
Disabled statesSecondary iconsMuted text
500
E633
#E63354
Primary brand colorCTAsActive elementsLinks
600
C819
#C81939
Hover statesFocus ringsPrimary buttons hover
700
9F14
#9F142D
Active/pressed statesDark mode accentsSecondary text
800
710E
#710E20
Text on light backgroundsHeadingsStrong borders
900
4909
#490915
Primary textHigh emphasis contentDark headings
950
2D06
#2D060D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FDF1F4;
  --beige-100: #FBDFE4;
  --beige-200: #F8C4CD;
  --beige-300: #F297A7;
  --beige-400: #EB607A;
  --beige-500: #E63354;
  --beige-600: #C81939;
  --beige-700: #9F142D;
  --beige-800: #710E20;
  --beige-900: #490915;
  --beige-950: #2D060D;
}
Generate More ShadesCreate PaletteConvert Color