Beige

#FAE2E0

Red

Color Codes

All color formats for development

HEX
#FAE2E0
RGB
rgb(250, 226, 224)
HSL
hsl(5, 72%, 93%)
OKLCH
oklch(0.932 0.027 23.4)
CMYK
cmyk(0%, 10%, 10%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.23:1

AA AAA

On Black Background

17.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF3
100
#FAE2
200
#F6CA
300
#EFA1
400
#E670
500
#DF47
600
#C12D
700
#9A24
800
#6E1A
900
#4610
950
#2C0A

Shades

Darker variations

1#F3BCB8
2#ED978F
3#E67166
4#DF4B3D
5#CC2F21
6#A3261B
7#7A1C14
8#52130D
9#290907

Tints

Lighter variations

1#FBE5E3
2#FBE8E6
3#FCEBEA
4#FCEEED
5#FDF1F0
6#FDF4F3
7#FEF6F6
8#FEF9F9
9#FFFCFC

Tones

Muted variations

1#F9E4E2
2#F7E5E3
3#F6E6E4
4#F5E7E5
5#F4E8E7
6#F2E9E8
7#F1EAE9
8#F0EBEB
9#EEECEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF3
#FDF3F2
BackgroundsSubtle highlightsCard backgrounds
100
FAE2
#FAE2E0
Light backgroundsTable row hoverSkeleton loading
200
F6CA
#F6CAC6
Secondary backgroundsInput backgroundsDividers
300
EFA1
#EFA19A
BordersInactive statesPlaceholder text
400
E670
#E67065
Disabled statesSecondary iconsMuted text
500
DF47
#DF473A
Primary brand colorCTAsActive elementsLinks
600
C12D
#C12D1F
Hover statesFocus ringsPrimary buttons hover
700
9A24
#9A2419
Active/pressed statesDark mode accentsSecondary text
800
6E1A
#6E1A12
Text on light backgroundsHeadingsStrong borders
900
4610
#46100B
Primary textHigh emphasis contentDark headings
950
2C0A
#2C0A07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FDF3F2;
  --beige-100: #FAE2E0;
  --beige-200: #F6CAC6;
  --beige-300: #EFA19A;
  --beige-400: #E67065;
  --beige-500: #DF473A;
  --beige-600: #C12D1F;
  --beige-700: #9A2419;
  --beige-800: #6E1A12;
  --beige-900: #46100B;
  --beige-950: #2C0A07;
}
Generate More ShadesCreate PaletteConvert Color