Beige

#FAE5E0

Red

Color Codes

All color formats for development

HEX
#FAE5E0
RGB
rgb(250, 229, 224)
HSL
hsl(12, 72%, 93%)
OKLCH
oklch(0.937 0.024 33.5)
CMYK
cmyk(0%, 8%, 10%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.21:1

AA AAA

On Black Background

17.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF4
100
#FAE5
200
#F6D0
300
#EFAB
400
#E67F
500
#DF5B
600
#C140
700
#9A33
800
#6E24
900
#4617
950
#2C0E

Shades

Darker variations

1#F3C3B8
2#EDA28F
3#E68066
4#DF5E3D
5#CC4321
6#A3361B
7#7A2814
8#521B0D
9#290D07

Tints

Lighter variations

1#FBE8E3
2#FBEBE6
3#FCEDEA
4#FCF0ED
5#FDF2F0
6#FDF5F3
7#FEF7F6
8#FEFAF9
9#FFFCFC

Tones

Muted variations

1#F9E6E2
2#F7E7E3
3#F6E8E4
4#F5E9E5
5#F4E9E7
6#F2EAE8
7#F1EBE9
8#F0ECEB
9#EEECEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF4
#FDF4F2
BackgroundsSubtle highlightsCard backgrounds
100
FAE5
#FAE5E0
Light backgroundsTable row hoverSkeleton loading
200
F6D0
#F6D0C6
Secondary backgroundsInput backgroundsDividers
300
EFAB
#EFAB9A
BordersInactive statesPlaceholder text
400
E67F
#E67F65
Disabled statesSecondary iconsMuted text
500
DF5B
#DF5B3A
Primary brand colorCTAsActive elementsLinks
600
C140
#C1401F
Hover statesFocus ringsPrimary buttons hover
700
9A33
#9A3319
Active/pressed statesDark mode accentsSecondary text
800
6E24
#6E2412
Text on light backgroundsHeadingsStrong borders
900
4617
#46170B
Primary textHigh emphasis contentDark headings
950
2C0E
#2C0E07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FDF4F2;
  --beige-100: #FAE5E0;
  --beige-200: #F6D0C6;
  --beige-300: #EFAB9A;
  --beige-400: #E67F65;
  --beige-500: #DF5B3A;
  --beige-600: #C1401F;
  --beige-700: #9A3319;
  --beige-800: #6E2412;
  --beige-900: #46170B;
  --beige-950: #2C0E07;
}
Generate More ShadesCreate PaletteConvert Color