Black

#2D2806

Yellow

Color Codes

All color formats for development

HEX
#2D2806
RGB
rgb(45, 40, 6)
HSL
hsl(52, 76%, 10%)
OKLCH
oklch(0.275 0.05 100.8)
CMYK
cmyk(0%, 11%, 87%, 82%)

Accessibility

WCAG contrast compliance

On White Background

14.81:1

AA AAA

On Black Background

1.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFC
100
#FBF7
200
#F7F0
300
#F1E5
400
#EAD7
500
#E3CC
600
#C5AF
700
#9D8B
800
#7063
900
#4840
950
#2D28

Shades

Darker variations

1#282406
2#242005
3#1F1C04
4#1B1804
5#161403
6#121002
7#0D0C02
8#090801
9#040401

Tints

Lighter variations

1#554B0C
2#7E6F11
3#A69317
4#CEB71C
5#E3CC35
6#E9D65D
7#EEE186
8#F4EBAE
9#F9F5D7

Tones

Muted variations

1#2B2608
2#29250A
3#27230C
4#25220E
5#232110
6#211F12
7#1F1E14
8#1D1C16
9#1B1B18

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFC
#FDFCF2
BackgroundsSubtle highlightsCard backgrounds
100
FBF7
#FBF7E0
Light backgroundsTable row hoverSkeleton loading
200
F7F0
#F7F0C5
Secondary backgroundsInput backgroundsDividers
300
F1E5
#F1E598
BordersInactive statesPlaceholder text
400
EAD7
#EAD762
Disabled statesSecondary iconsMuted text
500
E3CC
#E3CC35
Primary brand colorCTAsActive elementsLinks
600
C5AF
#C5AF1B
Hover statesFocus ringsPrimary buttons hover
700
9D8B
#9D8B15
Active/pressed statesDark mode accentsSecondary text
800
7063
#70630F
Text on light backgroundsHeadingsStrong borders
900
4840
#48400A
Primary textHigh emphasis contentDark headings
950
2D28
#2D2806
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDFCF2;
  --black-100: #FBF7E0;
  --black-200: #F7F0C5;
  --black-300: #F1E598;
  --black-400: #EAD762;
  --black-500: #E3CC35;
  --black-600: #C5AF1B;
  --black-700: #9D8B15;
  --black-800: #70630F;
  --black-900: #48400A;
  --black-950: #2D2806;
}
Generate More ShadesCreate PaletteConvert Color