Beige

#FCF7DF

Yellow

Color Codes

All color formats for development

HEX
#FCF7DF
RGB
rgb(252, 247, 223)
HSL
hsl(50, 83%, 93%)
OKLCH
oklch(0.974 0.032 97.3)
CMYK
cmyk(0%, 2%, 12%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.08:1

AA AAA

On Black Background

19.51:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFC
100
#FCF7
200
#F9F0
300
#F5E5
400
#F0D7
500
#EBCC
600
#CDAE
700
#A38B
800
#7563
900
#4B3F
950
#2F28

Shades

Darker variations

1#F8ECB3
2#F4E288
3#F0D75C
4#ECCD31
5#D9B814
6#AE9310
7#826F0C
8#574A08
9#2B2504

Tints

Lighter variations

1#FCF8E2
2#FDF9E5
3#FDF9E8
4#FDFAEB
5#FDFBEF
6#FEFCF2
7#FEFDF5
8#FEFDF8
9#FFFEFC

Tones

Muted variations

1#FAF6E0
2#F9F5E1
3#F8F4E3
4#F6F3E4
5#F5F2E6
6#F3F1E7
7#F2F0E9
8#F0EFEA
9#EFEEEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFC
#FEFCF1
BackgroundsSubtle highlightsCard backgrounds
100
FCF7
#FCF7DE
Light backgroundsTable row hoverSkeleton loading
200
F9F0
#F9F0C2
Secondary backgroundsInput backgroundsDividers
300
F5E5
#F5E594
BordersInactive statesPlaceholder text
400
F0D7
#F0D75C
Disabled statesSecondary iconsMuted text
500
EBCC
#EBCC2D
Primary brand colorCTAsActive elementsLinks
600
CDAE
#CDAE13
Hover statesFocus ringsPrimary buttons hover
700
A38B
#A38B0F
Active/pressed statesDark mode accentsSecondary text
800
7563
#75630B
Text on light backgroundsHeadingsStrong borders
900
4B3F
#4B3F07
Primary textHigh emphasis contentDark headings
950
2F28
#2F2804
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FEFCF1;
  --beige-100: #FCF7DE;
  --beige-200: #F9F0C2;
  --beige-300: #F5E594;
  --beige-400: #F0D75C;
  --beige-500: #EBCC2D;
  --beige-600: #CDAE13;
  --beige-700: #A38B0F;
  --beige-800: #75630B;
  --beige-900: #4B3F07;
  --beige-950: #2F2804;
}
Generate More ShadesCreate PaletteConvert Color