Black

#2E2D05

Yellow

Color Codes

All color formats for development

HEX
#2E2D05
RGB
rgb(46, 45, 5)
HSL
hsl(59, 80%, 10%)
OKLCH
oklch(0.289 0.057 108.1)
CMYK
cmyk(0%, 2%, 89%, 82%)

Accessibility

WCAG contrast compliance

On White Background

14.06:1

AA AAA

On Black Background

1.49:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFD
100
#FBFB
200
#F8F7
300
#F3F2
400
#EDEB
500
#E8E5
600
#CAC7
700
#A19E
800
#7371
900
#4948
950
#2E2D

Shades

Darker variations

1#292905
2#252404
3#202004
4#1C1B03
5#171703
6#121202
7#0E0E02
8#090901
9#050501

Tints

Lighter variations

1#57560A
2#817F0E
3#AAA713
4#D3D017
5#E8E530
6#EDEA5A
7#F1EF83
8#F6F5AC
9#FAFAD6

Tones

Muted variations

1#2C2B07
2#2A2909
3#28270B
4#26250D
5#24230F
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
FBFB
#FBFBDF
Light backgroundsTable row hoverSkeleton loading
200
F8F7
#F8F7C3
Secondary backgroundsInput backgroundsDividers
300
F3F2
#F3F295
BordersInactive statesPlaceholder text
400
EDEB
#EDEB5E
Disabled statesSecondary iconsMuted text
500
E8E5
#E8E530
Primary brand colorCTAsActive elementsLinks
600
CAC7
#CAC716
Hover statesFocus ringsPrimary buttons hover
700
A19E
#A19E12
Active/pressed statesDark mode accentsSecondary text
800
7371
#73710D
Text on light backgroundsHeadingsStrong borders
900
4948
#494808
Primary textHigh emphasis contentDark headings
950
2E2D
#2E2D05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDFDF1;
  --black-100: #FBFBDF;
  --black-200: #F8F7C3;
  --black-300: #F3F295;
  --black-400: #EDEB5E;
  --black-500: #E8E530;
  --black-600: #CAC716;
  --black-700: #A19E12;
  --black-800: #73710D;
  --black-900: #494808;
  --black-950: #2E2D05;
}
Generate More ShadesCreate PaletteConvert Color