Beige

#FCF4DE

Orange

Color Codes

All color formats for development

HEX
#FCF4DE
RGB
rgb(252, 244, 222)
HSL
hsl(44, 83%, 93%)
OKLCH
oklch(0.968 0.03 90.3)
CMYK
cmyk(0%, 3%, 12%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.10:1

AA AAA

On Black Background

19.13:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFA
100
#FCF4
200
#F9EB
300
#F5DB
400
#F0C8
500
#EBB9
600
#CD9C
700
#A37C
800
#7558
900
#4B39
950
#2F23

Shades

Darker variations

1#F8E6B3
2#F4D788
3#F0C85C
4#ECBA31
5#D9A514
6#AE8410
7#82630C
8#574208
9#2B2104

Tints

Lighter variations

1#FCF5E2
2#FDF6E5
3#FDF7E8
4#FDF8EB
5#FDFAEF
6#FEFBF2
7#FEFCF5
8#FEFDF8
9#FFFEFC

Tones

Muted variations

1#FAF3E0
2#F9F3E1
3#F8F2E3
4#F6F1E4
5#F5F1E6
6#F3F0E7
7#F2EFE9
8#F0EFEA
9#EFEEEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFA
#FEFAF1
BackgroundsSubtle highlightsCard backgrounds
100
FCF4
#FCF4DE
Light backgroundsTable row hoverSkeleton loading
200
F9EB
#F9EBC2
Secondary backgroundsInput backgroundsDividers
300
F5DB
#F5DB94
BordersInactive statesPlaceholder text
400
F0C8
#F0C85C
Disabled statesSecondary iconsMuted text
500
EBB9
#EBB92D
Primary brand colorCTAsActive elementsLinks
600
CD9C
#CD9C13
Hover statesFocus ringsPrimary buttons hover
700
A37C
#A37C0F
Active/pressed statesDark mode accentsSecondary text
800
7558
#75580B
Text on light backgroundsHeadingsStrong borders
900
4B39
#4B3907
Primary textHigh emphasis contentDark headings
950
2F23
#2F2304
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FEFAF1;
  --beige-100: #FCF4DE;
  --beige-200: #F9EBC2;
  --beige-300: #F5DB94;
  --beige-400: #F0C85C;
  --beige-500: #EBB92D;
  --beige-600: #CD9C13;
  --beige-700: #A37C0F;
  --beige-800: #75580B;
  --beige-900: #4B3907;
  --beige-950: #2F2304;
}
Generate More ShadesCreate PaletteConvert Color