Beige

#FDDDDF

Red

Color Codes

All color formats for development

HEX
#FDDDDF
RGB
rgb(253, 221, 223)
HSL
hsl(356, 89%, 93%)
OKLCH
oklch(0.925 0.036 13.5)
CMYK
cmyk(0%, 13%, 12%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.27:1

AA AAA

On Black Background

16.58:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEF1
100
#FDDD
200
#FBC0
300
#F990
400
#F556
500
#F226
600
#D40C
700
#A90A
800
#7807
900
#4D04
950
#3003

Shades

Darker variations

1#FAB0B5
2#F8848B
3#F55761
4#F32A37
5#E00D1B
6#B30A16
7#860810
8#5A050B
9#2D0305

Tints

Lighter variations

1#FDE1E3
2#FDE4E6
3#FEE7E9
4#FEEBEC
5#FEEEEF
6#FEF2F2
7#FEF5F6
8#FFF8F9
9#FFFCFC

Tones

Muted variations

1#FBDFE1
2#FAE0E2
3#F8E2E4
4#F7E4E5
5#F5E5E6
6#F4E7E8
7#F2E8E9
8#F0EAEA
9#EFECEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEF1
#FEF1F1
BackgroundsSubtle highlightsCard backgrounds
100
FDDD
#FDDDDF
Light backgroundsTable row hoverSkeleton loading
200
FBC0
#FBC0C4
Secondary backgroundsInput backgroundsDividers
300
F990
#F99097
BordersInactive statesPlaceholder text
400
F556
#F55661
Disabled statesSecondary iconsMuted text
500
F226
#F22634
Primary brand colorCTAsActive elementsLinks
600
D40C
#D40C1A
Hover statesFocus ringsPrimary buttons hover
700
A90A
#A90A14
Active/pressed statesDark mode accentsSecondary text
800
7807
#78070F
Text on light backgroundsHeadingsStrong borders
900
4D04
#4D0409
Primary textHigh emphasis contentDark headings
950
3003
#300306
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FEF1F1;
  --beige-100: #FDDDDF;
  --beige-200: #FBC0C4;
  --beige-300: #F99097;
  --beige-400: #F55661;
  --beige-500: #F22634;
  --beige-600: #D40C1A;
  --beige-700: #A90A14;
  --beige-800: #78070F;
  --beige-900: #4D0409;
  --beige-950: #300306;
}
Generate More ShadesCreate PaletteConvert Color