Beige

#FBF0DF

Orange

Color Codes

All color formats for development

HEX
#FBF0DF
RGB
rgb(251, 240, 223)
HSL
hsl(36, 78%, 93%)
OKLCH
oklch(0.959 0.025 78.9)
CMYK
cmyk(0%, 4%, 11%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.13:1

AA AAA

On Black Background

18.63:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF9
100
#FBF0
200
#F8E3
300
#F2CD
400
#EBB4
500
#E69E
600
#C882
700
#9F67
800
#714A
900
#492F
950
#2D1D

Shades

Darker variations

1#F6DCB5
2#F1C88B
3#EBB461
4#E6A036
5#D3891A
6#A96E15
7#7F5210
8#54370A
9#2A1B05

Tints

Lighter variations

1#FBF1E2
2#FCF3E6
3#FCF4E9
4#FDF6EC
5#FDF7EF
6#FDF9F2
7#FEFAF5
8#FEFCF9
9#FFFDFC

Tones

Muted variations

1#FAF0E1
2#F8EFE2
3#F7EFE3
4#F6EFE5
5#F4EFE6
6#F3EEE8
7#F1EEE9
8#F0EEEA
9#EFEDEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF9
#FDF9F1
BackgroundsSubtle highlightsCard backgrounds
100
FBF0
#FBF0DF
Light backgroundsTable row hoverSkeleton loading
200
F8E3
#F8E3C4
Secondary backgroundsInput backgroundsDividers
300
F2CD
#F2CD97
BordersInactive statesPlaceholder text
400
EBB4
#EBB460
Disabled statesSecondary iconsMuted text
500
E69E
#E69E33
Primary brand colorCTAsActive elementsLinks
600
C882
#C88219
Hover statesFocus ringsPrimary buttons hover
700
9F67
#9F6714
Active/pressed statesDark mode accentsSecondary text
800
714A
#714A0E
Text on light backgroundsHeadingsStrong borders
900
492F
#492F09
Primary textHigh emphasis contentDark headings
950
2D1D
#2D1D06
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FDF9F1;
  --beige-100: #FBF0DF;
  --beige-200: #F8E3C4;
  --beige-300: #F2CD97;
  --beige-400: #EBB460;
  --beige-500: #E69E33;
  --beige-600: #C88219;
  --beige-700: #9F6714;
  --beige-800: #714A0E;
  --beige-900: #492F09;
  --beige-950: #2D1D06;
}
Generate More ShadesCreate PaletteConvert Color