Black

#2D2606

Yellow

Color Codes

All color formats for development

HEX
#2D2606
RGB
rgb(45, 38, 6)
HSL
hsl(49, 76%, 10%)
OKLCH
oklch(0.269 0.048 96.7)
CMYK
cmyk(0%, 16%, 87%, 82%)

Accessibility

WCAG contrast compliance

On White Background

15.09:1

AA AAA

On Black Background

1.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFB
100
#FBF6
200
#F7EE
300
#F1E1
400
#EAD1
500
#E3C3
600
#C5A6
700
#9D84
800
#705E
900
#483C
950
#2D26

Shades

Darker variations

1#282206
2#241E05
3#1F1A04
4#1B1704
5#161303
6#120F02
7#0D0B02
8#090801
9#040401

Tints

Lighter variations

1#55480C
2#7E6A11
3#A68C17
4#CEAE1C
5#E3C335
6#E9CF5D
7#EEDB86
8#F4E7AE
9#F9F3D7

Tones

Muted variations

1#2B2508
2#29230A
3#27220C
4#25210E
5#232010
6#211E12
7#1F1D14
8#1D1C16
9#1B1B18

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFB
#FDFBF2
BackgroundsSubtle highlightsCard backgrounds
100
FBF6
#FBF6E0
Light backgroundsTable row hoverSkeleton loading
200
F7EE
#F7EEC5
Secondary backgroundsInput backgroundsDividers
300
F1E1
#F1E198
BordersInactive statesPlaceholder text
400
EAD1
#EAD162
Disabled statesSecondary iconsMuted text
500
E3C3
#E3C335
Primary brand colorCTAsActive elementsLinks
600
C5A6
#C5A61B
Hover statesFocus ringsPrimary buttons hover
700
9D84
#9D8415
Active/pressed statesDark mode accentsSecondary text
800
705E
#705E0F
Text on light backgroundsHeadingsStrong borders
900
483C
#483C0A
Primary textHigh emphasis contentDark headings
950
2D26
#2D2606
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDFBF2;
  --black-100: #FBF6E0;
  --black-200: #F7EEC5;
  --black-300: #F1E198;
  --black-400: #EAD162;
  --black-500: #E3C335;
  --black-600: #C5A61B;
  --black-700: #9D8415;
  --black-800: #705E0F;
  --black-900: #483C0A;
  --black-950: #2D2606;
}
Generate More ShadesCreate PaletteConvert Color