Beige

#FCFCDE

Yellow

Color Codes

All color formats for development

HEX
#FCFCDE
RGB
rgb(252, 252, 222)
HSL
hsl(60, 83%, 93%)
OKLCH
oklch(0.983 0.039 107.1)
CMYK
cmyk(0%, 0%, 12%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.04:1

AA AAA

On Black Background

20.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFE
100
#FCFC
200
#F9F9
300
#F5F5
400
#F0F0
500
#EBEB
600
#CDCD
700
#A3A3
800
#7575
900
#4B4B
950
#2F2F

Shades

Darker variations

1#F8F8B3
2#F4F488
3#F0F05C
4#ECEC31
5#D9D914
6#AEAE10
7#82820C
8#575708
9#2B2B04

Tints

Lighter variations

1#FCFCE2
2#FDFDE5
3#FDFDE8
4#FDFDEB
5#FDFDEF
6#FEFEF2
7#FEFEF5
8#FEFEF8
9#FFFFFC

Tones

Muted variations

1#FAFAE0
2#F9F9E1
3#F8F8E3
4#F6F6E4
5#F5F5E6
6#F3F3E7
7#F2F2E9
8#F0F0EA
9#EFEFEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFE
#FEFEF1
BackgroundsSubtle highlightsCard backgrounds
100
FCFC
#FCFCDE
Light backgroundsTable row hoverSkeleton loading
200
F9F9
#F9F9C2
Secondary backgroundsInput backgroundsDividers
300
F5F5
#F5F594
BordersInactive statesPlaceholder text
400
F0F0
#F0F05C
Disabled statesSecondary iconsMuted text
500
EBEB
#EBEB2D
Primary brand colorCTAsActive elementsLinks
600
CDCD
#CDCD13
Hover statesFocus ringsPrimary buttons hover
700
A3A3
#A3A30F
Active/pressed statesDark mode accentsSecondary text
800
7575
#75750B
Text on light backgroundsHeadingsStrong borders
900
4B4B
#4B4B07
Primary textHigh emphasis contentDark headings
950
2F2F
#2F2F04
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FEFEF1;
  --beige-100: #FCFCDE;
  --beige-200: #F9F9C2;
  --beige-300: #F5F594;
  --beige-400: #F0F05C;
  --beige-500: #EBEB2D;
  --beige-600: #CDCD13;
  --beige-700: #A3A30F;
  --beige-800: #75750B;
  --beige-900: #4B4B07;
  --beige-950: #2F2F04;
}
Generate More ShadesCreate PaletteConvert Color