Beige

#FBEADF

Orange

Color Codes

All color formats for development

HEX
#FBEADF
RGB
rgb(251, 234, 223)
HSL
hsl(24, 78%, 93%)
OKLCH
oklch(0.948 0.024 55.3)
CMYK
cmyk(0%, 7%, 11%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.17:1

AA AAA

On Black Background

17.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF6
100
#FBEA
200
#F8D9
300
#F2BB
400
#EB98
500
#E67A
600
#C85F
700
#9F4B
800
#7136
900
#4922
950
#2D16

Shades

Darker variations

1#F6CFB5
2#F1B48B
3#EB9861
4#E67D36
5#D3641A
6#A95015
7#7F3C10
8#54280A
9#2A1405

Tints

Lighter variations

1#FBECE2
2#FCEEE6
3#FCF1E9
4#FDF3EC
5#FDF5EF
6#FDF7F2
7#FEF9F5
8#FEFBF9
9#FFFDFC

Tones

Muted variations

1#FAEBE1
2#F8EBE2
3#F7EBE3
4#F6EBE5
5#F4ECE6
6#F3ECE8
7#F1ECE9
8#F0EDEA
9#EFEDEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF6
#FDF6F1
BackgroundsSubtle highlightsCard backgrounds
100
FBEA
#FBEADF
Light backgroundsTable row hoverSkeleton loading
200
F8D9
#F8D9C4
Secondary backgroundsInput backgroundsDividers
300
F2BB
#F2BB97
BordersInactive statesPlaceholder text
400
EB98
#EB9860
Disabled statesSecondary iconsMuted text
500
E67A
#E67A33
Primary brand colorCTAsActive elementsLinks
600
C85F
#C85F19
Hover statesFocus ringsPrimary buttons hover
700
9F4B
#9F4B14
Active/pressed statesDark mode accentsSecondary text
800
7136
#71360E
Text on light backgroundsHeadingsStrong borders
900
4922
#492209
Primary textHigh emphasis contentDark headings
950
2D16
#2D1606
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FDF6F1;
  --beige-100: #FBEADF;
  --beige-200: #F8D9C4;
  --beige-300: #F2BB97;
  --beige-400: #EB9860;
  --beige-500: #E67A33;
  --beige-600: #C85F19;
  --beige-700: #9F4B14;
  --beige-800: #71360E;
  --beige-900: #492209;
  --beige-950: #2D1606;
}
Generate More ShadesCreate PaletteConvert Color