Beige

#FBE9E0

Orange

Color Codes

All color formats for development

HEX
#FBE9E0
RGB
rgb(251, 233, 224)
HSL
hsl(20, 77%, 93%)
OKLCH
oklch(0.946 0.023 48.5)
CMYK
cmyk(0%, 7%, 11%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.18:1

AA AAA

On Black Background

17.83:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF5
100
#FBE9
200
#F7D5
300
#F2B5
400
#EA8F
500
#E56F
600
#C753
700
#9E42
800
#712F
900
#481E
950
#2D13

Shades

Darker variations

1#F5CBB5
2#F0AD8B
3#EB8F61
4#E57138
5#D2581B
6#A84716
7#7E3510
8#54230B
9#2A1205

Tints

Lighter variations

1#FBEBE3
2#FCEDE6
3#FCEFE9
4#FDF2EC
5#FDF4EF
6#FDF6F2
7#FEF8F6
8#FEFBF9
9#FFFDFC

Tones

Muted variations

1#FAE9E1
2#F8E9E2
3#F7EAE4
4#F5EAE5
5#F4EBE6
6#F3EBE8
7#F1ECE9
8#F0ECEA
9#EFEDEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF5
#FDF5F1
BackgroundsSubtle highlightsCard backgrounds
100
FBE9
#FBE9DF
Light backgroundsTable row hoverSkeleton loading
200
F7D5
#F7D5C4
Secondary backgroundsInput backgroundsDividers
300
F2B5
#F2B597
BordersInactive statesPlaceholder text
400
EA8F
#EA8F61
Disabled statesSecondary iconsMuted text
500
E56F
#E56F34
Primary brand colorCTAsActive elementsLinks
600
C753
#C7531A
Hover statesFocus ringsPrimary buttons hover
700
9E42
#9E4215
Active/pressed statesDark mode accentsSecondary text
800
712F
#712F0F
Text on light backgroundsHeadingsStrong borders
900
481E
#481E09
Primary textHigh emphasis contentDark headings
950
2D13
#2D1306
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FDF5F1;
  --beige-100: #FBE9DF;
  --beige-200: #F7D5C4;
  --beige-300: #F2B597;
  --beige-400: #EA8F61;
  --beige-500: #E56F34;
  --beige-600: #C7531A;
  --beige-700: #9E4215;
  --beige-800: #712F0F;
  --beige-900: #481E09;
  --beige-950: #2D1306;
}
Generate More ShadesCreate PaletteConvert Color