Black

#2E2B05

Yellow

Color Codes

All color formats for development

HEX
#2E2B05
RGB
rgb(46, 43, 5)
HSL
hsl(56, 80%, 10%)
OKLCH
oklch(0.284 0.055 104.8)
CMYK
cmyk(0%, 7%, 89%, 82%)

Accessibility

WCAG contrast compliance

On White Background

14.35:1

AA AAA

On Black Background

1.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFD
100
#FBFA
200
#F8F5
300
#F3ED
400
#EDE4
500
#E8DC
600
#CABE
700
#A197
800
#736C
900
#4945
950
#2E2B

Shades

Darker variations

1#292705
2#252304
3#201E04
4#1C1A03
5#171603
6#121102
7#0E0D02
8#090901
9#050401

Tints

Lighter variations

1#57520A
2#81790E
3#AAA013
4#D3C717
5#E8DC30
6#EDE35A
7#F1EA83
8#F6F1AC
9#FAF8D6

Tones

Muted variations

1#2C2907
2#2A2809
3#28260B
4#26240D
5#24220F
6#222111
7#201F13
8#1E1D15
9#1C1B17

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFD
#FDFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FBFA
#FBFADF
Light backgroundsTable row hoverSkeleton loading
200
F8F5
#F8F5C3
Secondary backgroundsInput backgroundsDividers
300
F3ED
#F3ED95
BordersInactive statesPlaceholder text
400
EDE4
#EDE45E
Disabled statesSecondary iconsMuted text
500
E8DC
#E8DC30
Primary brand colorCTAsActive elementsLinks
600
CABE
#CABE16
Hover statesFocus ringsPrimary buttons hover
700
A197
#A19712
Active/pressed statesDark mode accentsSecondary text
800
736C
#736C0D
Text on light backgroundsHeadingsStrong borders
900
4945
#494508
Primary textHigh emphasis contentDark headings
950
2E2B
#2E2B05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDFDF1;
  --black-100: #FBFADF;
  --black-200: #F8F5C3;
  --black-300: #F3ED95;
  --black-400: #EDE45E;
  --black-500: #E8DC30;
  --black-600: #CABE16;
  --black-700: #A19712;
  --black-800: #736C0D;
  --black-900: #494508;
  --black-950: #2E2B05;
}
Generate More ShadesCreate PaletteConvert Color