Beige

#FAF4E0

Yellow

Color Codes

All color formats for development

HEX
#FAF4E0
RGB
rgb(250, 244, 224)
HSL
hsl(46, 72%, 93%)
OKLCH
oklch(0.966 0.027 93.1)
CMYK
cmyk(0%, 2%, 10%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.10:1

AA AAA

On Black Background

19.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFA
100
#FAF4
200
#F6EB
300
#EFDB
400
#E6C8
500
#DFB8
600
#C19B
700
#9A7C
800
#6E58
900
#4638
950
#2C23

Shades

Darker variations

1#F3E5B8
2#EDD78F
3#E6C866
4#DFBA3D
5#CCA421
6#A3831B
7#7A6214
8#52420D
9#292107

Tints

Lighter variations

1#FBF5E3
2#FBF6E6
3#FCF7EA
4#FCF8ED
5#FDFAF0
6#FDFBF3
7#FEFCF6
8#FEFDF9
9#FFFEFC

Tones

Muted variations

1#F9F3E2
2#F7F3E3
3#F6F2E4
4#F5F1E5
5#F4F1E7
6#F2F0E8
7#F1EFE9
8#F0EFEB
9#EEEEEC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFA
#FDFAF2
BackgroundsSubtle highlightsCard backgrounds
100
FAF4
#FAF4E0
Light backgroundsTable row hoverSkeleton loading
200
F6EB
#F6EBC6
Secondary backgroundsInput backgroundsDividers
300
EFDB
#EFDB9A
BordersInactive statesPlaceholder text
400
E6C8
#E6C865
Disabled statesSecondary iconsMuted text
500
DFB8
#DFB83A
Primary brand colorCTAsActive elementsLinks
600
C19B
#C19B1F
Hover statesFocus ringsPrimary buttons hover
700
9A7C
#9A7C19
Active/pressed statesDark mode accentsSecondary text
800
6E58
#6E5812
Text on light backgroundsHeadingsStrong borders
900
4638
#46380B
Primary textHigh emphasis contentDark headings
950
2C23
#2C2307
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --beige-50: #FDFAF2;
  --beige-100: #FAF4E0;
  --beige-200: #F6EBC6;
  --beige-300: #EFDB9A;
  --beige-400: #E6C865;
  --beige-500: #DFB83A;
  --beige-600: #C19B1F;
  --beige-700: #9A7C19;
  --beige-800: #6E5812;
  --beige-900: #46380B;
  --beige-950: #2C2307;
}
Generate More ShadesCreate PaletteConvert Color