Beige

#FBE1DF

Red

Color Codes

All color formats for development

HEX
#FBE1DF
RGB
rgb(251, 225, 223)
HSL
hsl(4, 78%, 93%)
OKLCH
oklch(0.93 0.029 23)
CMYK
cmyk(0%, 10%, 11%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.24:1

AA AAA

On Black Background

16.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE1
200
#F8C7
300
#F29D
400
#EB69
500
#E63F
600
#C824
700
#9F1D
800
#7115
900
#490D
950
#2D08

Shades

Darker variations

1#F6B9B5
2#F1928B
3#EB6A61
4#E64236
5#D3261A
6#A91F15
7#7F1710
8#540F0A
9#2A0805

Tints

Lighter variations

1#FBE4E2
2#FCE7E6
3#FCEAE9
4#FDEDEC
5#FDF0EF
6#FDF3F2
7#FEF6F5
8#FEF9F9
9#FFFCFC

Tones

Muted variations

1#FAE2E1
2#F8E3E2
3#F7E5E3
4#F6E6E5
5#F4E7E6
6#F3E8E8
7#F1EAE9
8#F0EBEA
9#EFECEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE1
#FBE1DF
Light backgroundsTable row hoverSkeleton loading
200
F8C7
#F8C7C4
Secondary backgroundsInput backgroundsDividers
300
F29D
#F29D97
BordersInactive statesPlaceholder text
400
EB69
#EB6960
Disabled statesSecondary iconsMuted text
500
E63F
#E63F33
Primary brand colorCTAsActive elementsLinks
600
C824
#C82419
Hover statesFocus ringsPrimary buttons hover
700
9F1D
#9F1D14
Active/pressed statesDark mode accentsSecondary text
800
7115
#71150E
Text on light backgroundsHeadingsStrong borders
900
490D
#490D09
Primary textHigh emphasis contentDark headings
950
2D08
#2D0806
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FDF2F1;
  --beige-100: #FBE1DF;
  --beige-200: #F8C7C4;
  --beige-300: #F29D97;
  --beige-400: #EB6960;
  --beige-500: #E63F33;
  --beige-600: #C82419;
  --beige-700: #9F1D14;
  --beige-800: #71150E;
  --beige-900: #490D09;
  --beige-950: #2D0806;
}
Generate More ShadesCreate PaletteConvert Color