Beige

#FCF6DE

Yellow

Color Codes

All color formats for development

HEX
#FCF6DE
RGB
rgb(252, 246, 222)
HSL
hsl(48, 83%, 93%)
OKLCH
oklch(0.971 0.032 95.4)
CMYK
cmyk(0%, 2%, 12%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.08:1

AA AAA

On Black Background

19.38:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFB
100
#FCF6
200
#F9EE
300
#F5E2
400
#F0D2
500
#EBC5
600
#CDA8
700
#A386
800
#755F
900
#4B3D
950
#2F26

Shades

Darker variations

1#F8EAB3
2#F4DE88
3#F0D25C
4#ECC631
5#D9B214
6#AE8E10
7#826B0C
8#574708
9#2B2404

Tints

Lighter variations

1#FCF7E2
2#FDF8E5
3#FDF9E8
4#FDFAEB
5#FDFBEF
6#FEFBF2
7#FEFCF5
8#FEFDF8
9#FFFEFC

Tones

Muted variations

1#FAF5E0
2#F9F4E1
3#F8F3E3
4#F6F2E4
5#F5F2E6
6#F3F1E7
7#F2F0E9
8#F0EFEA
9#EFEEEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFB
#FEFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FCF6
#FCF6DE
Light backgroundsTable row hoverSkeleton loading
200
F9EE
#F9EEC2
Secondary backgroundsInput backgroundsDividers
300
F5E2
#F5E294
BordersInactive statesPlaceholder text
400
F0D2
#F0D25C
Disabled statesSecondary iconsMuted text
500
EBC5
#EBC52D
Primary brand colorCTAsActive elementsLinks
600
CDA8
#CDA813
Hover statesFocus ringsPrimary buttons hover
700
A386
#A3860F
Active/pressed statesDark mode accentsSecondary text
800
755F
#755F0B
Text on light backgroundsHeadingsStrong borders
900
4B3D
#4B3D07
Primary textHigh emphasis contentDark headings
950
2F26
#2F2604
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FEFBF1;
  --beige-100: #FCF6DE;
  --beige-200: #F9EEC2;
  --beige-300: #F5E294;
  --beige-400: #F0D25C;
  --beige-500: #EBC52D;
  --beige-600: #CDA813;
  --beige-700: #A3860F;
  --beige-800: #755F0B;
  --beige-900: #4B3D07;
  --beige-950: #2F2604;
}
Generate More ShadesCreate PaletteConvert Color