Beige

#FCF9DF

Yellow

Color Codes

All color formats for development

HEX
#FCF9DF
RGB
rgb(252, 249, 223)
HSL
hsl(54, 83%, 93%)
OKLCH
oklch(0.978 0.034 101.6)
CMYK
cmyk(0%, 1%, 12%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.06:1

AA AAA

On Black Background

19.75:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFC
100
#FCF9
200
#F9F4
300
#F5EB
400
#F0E1
500
#EBD8
600
#CDBB
700
#A395
800
#756A
900
#4B44
950
#2F2A

Shades

Darker variations

1#F8F1B3
2#F4E988
3#F0E15C
4#ECD931
5#D9C514
6#AE9E10
7#82760C
8#574F08
9#2B2704

Tints

Lighter variations

1#FCFAE2
2#FDFAE5
3#FDFBE8
4#FDFBEB
5#FDFCEF
6#FEFDF2
7#FEFDF5
8#FEFEF8
9#FFFEFC

Tones

Muted variations

1#FAF8E0
2#F9F7E1
3#F8F5E3
4#F6F4E4
5#F5F3E6
6#F3F2E7
7#F2F1E9
8#F0F0EA
9#EFEEEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFC
#FEFCF1
BackgroundsSubtle highlightsCard backgrounds
100
FCF9
#FCF9DE
Light backgroundsTable row hoverSkeleton loading
200
F9F4
#F9F4C2
Secondary backgroundsInput backgroundsDividers
300
F5EB
#F5EB94
BordersInactive statesPlaceholder text
400
F0E1
#F0E15C
Disabled statesSecondary iconsMuted text
500
EBD8
#EBD82D
Primary brand colorCTAsActive elementsLinks
600
CDBB
#CDBB13
Hover statesFocus ringsPrimary buttons hover
700
A395
#A3950F
Active/pressed statesDark mode accentsSecondary text
800
756A
#756A0B
Text on light backgroundsHeadingsStrong borders
900
4B44
#4B4407
Primary textHigh emphasis contentDark headings
950
2F2A
#2F2A04
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FEFCF1;
  --beige-100: #FCF9DE;
  --beige-200: #F9F4C2;
  --beige-300: #F5EB94;
  --beige-400: #F0E15C;
  --beige-500: #EBD82D;
  --beige-600: #CDBB13;
  --beige-700: #A3950F;
  --beige-800: #756A0B;
  --beige-900: #4B4407;
  --beige-950: #2F2A04;
}
Generate More ShadesCreate PaletteConvert Color