Beige

#FAE7E0

Orange

Color Codes

All color formats for development

HEX
#FAE7E0
RGB
rgb(250, 231, 224)
HSL
hsl(16, 72%, 93%)
OKLCH
oklch(0.941 0.023 41.4)
CMYK
cmyk(0%, 8%, 10%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.20:1

AA AAA

On Black Background

17.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF5
100
#FAE7
200
#F6D3
300
#EFB1
400
#E688
500
#DF66
600
#C14B
700
#9A3B
800
#6E2A
900
#461B
950
#2C11

Shades

Darker variations

1#F3C7B8
2#EDA88F
3#E68866
4#DF683D
5#CC4F21
6#A33F1B
7#7A2F14
8#521F0D
9#291007

Tints

Lighter variations

1#FBEAE3
2#FBECE6
3#FCEEEA
4#FCF1ED
5#FDF3F0
6#FDF5F3
7#FEF8F6
8#FEFAF9
9#FFFDFC

Tones

Muted variations

1#F9E8E2
2#F7E8E3
3#F6E9E4
4#F5EAE5
5#F4EAE7
6#F2EBE8
7#F1EBE9
8#F0ECEB
9#EEEDEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF5
#FDF5F2
BackgroundsSubtle highlightsCard backgrounds
100
FAE7
#FAE7E0
Light backgroundsTable row hoverSkeleton loading
200
F6D3
#F6D3C6
Secondary backgroundsInput backgroundsDividers
300
EFB1
#EFB19A
BordersInactive statesPlaceholder text
400
E688
#E68865
Disabled statesSecondary iconsMuted text
500
DF66
#DF663A
Primary brand colorCTAsActive elementsLinks
600
C14B
#C14B1F
Hover statesFocus ringsPrimary buttons hover
700
9A3B
#9A3B19
Active/pressed statesDark mode accentsSecondary text
800
6E2A
#6E2A12
Text on light backgroundsHeadingsStrong borders
900
461B
#461B0B
Primary textHigh emphasis contentDark headings
950
2C11
#2C1107
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FDF5F2;
  --beige-100: #FAE7E0;
  --beige-200: #F6D3C6;
  --beige-300: #EFB19A;
  --beige-400: #E68865;
  --beige-500: #DF663A;
  --beige-600: #C14B1F;
  --beige-700: #9A3B19;
  --beige-800: #6E2A12;
  --beige-900: #461B0B;
  --beige-950: #2C1107;
}
Generate More ShadesCreate PaletteConvert Color