Black

#2E2A05

Yellow

Color Codes

All color formats for development

HEX
#2E2A05
RGB
rgb(46, 42, 5)
HSL
hsl(54, 80%, 10%)
OKLCH
oklch(0.281 0.054 103.1)
CMYK
cmyk(0%, 9%, 89%, 82%)

Accessibility

WCAG contrast compliance

On White Background

14.49:1

AA AAA

On Black Background

1.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFC
100
#FBF9
200
#F8F3
300
#F3EA
400
#EDDF
500
#E8D6
600
#CAB8
700
#A192
800
#7369
900
#4943
950
#2E2A

Shades

Darker variations

1#292605
2#252104
3#201D04
4#1C1903
5#171503
6#121102
7#0E0D02
8#090801
9#050401

Tints

Lighter variations

1#574F0A
2#81750E
3#AA9B13
4#D3C017
5#E8D630
6#EDDE5A
7#F1E683
8#F6EEAC
9#FAF7D6

Tones

Muted variations

1#2C2807
2#2A2709
3#28250B
4#26230D
5#24220F
6#222011
7#201E13
8#1E1D15
9#1C1B17

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFC
#FDFCF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF9
#FBF9DF
Light backgroundsTable row hoverSkeleton loading
200
F8F3
#F8F3C3
Secondary backgroundsInput backgroundsDividers
300
F3EA
#F3EA95
BordersInactive statesPlaceholder text
400
EDDF
#EDDF5E
Disabled statesSecondary iconsMuted text
500
E8D6
#E8D630
Primary brand colorCTAsActive elementsLinks
600
CAB8
#CAB816
Hover statesFocus ringsPrimary buttons hover
700
A192
#A19212
Active/pressed statesDark mode accentsSecondary text
800
7369
#73690D
Text on light backgroundsHeadingsStrong borders
900
4943
#494308
Primary textHigh emphasis contentDark headings
950
2E2A
#2E2A05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDFCF1;
  --black-100: #FBF9DF;
  --black-200: #F8F3C3;
  --black-300: #F3EA95;
  --black-400: #EDDF5E;
  --black-500: #E8D630;
  --black-600: #CAB816;
  --black-700: #A19212;
  --black-800: #73690D;
  --black-900: #494308;
  --black-950: #2E2A05;
}
Generate More ShadesCreate PaletteConvert Color