Black

#2D2106

Orange

Color Codes

All color formats for development

HEX
#2D2106
RGB
rgb(45, 33, 6)
HSL
hsl(42, 76%, 10%)
OKLCH
oklch(0.256 0.045 84.6)
CMYK
cmyk(0%, 27%, 87%, 82%)

Accessibility

WCAG contrast compliance

On White Background

15.77:1

AA AAA

On Black Background

1.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFA
100
#FBF3
200
#F7E8
300
#F1D6
400
#EAC1
500
#E3AF
600
#C592
700
#9D74
800
#7053
900
#4835
950
#2D21

Shades

Darker variations

1#281E06
2#241B05
3#1F1704
4#1B1404
5#161103
6#120D02
7#0D0A02
8#090701
9#040301

Tints

Lighter variations

1#553F0C
2#7E5D11
3#A67B17
4#CE991C
5#E3AF35
6#E9BF5D
7#EECF86
8#F4DFAE
9#F9EFD7

Tones

Muted variations

1#2B2008
2#29200A
3#271F0C
4#251E0E
5#231D10
6#211D12
7#1F1C14
8#1D1B16
9#1B1A18

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFA
#FDFAF2
BackgroundsSubtle highlightsCard backgrounds
100
FBF3
#FBF3E0
Light backgroundsTable row hoverSkeleton loading
200
F7E8
#F7E8C5
Secondary backgroundsInput backgroundsDividers
300
F1D6
#F1D698
BordersInactive statesPlaceholder text
400
EAC1
#EAC162
Disabled statesSecondary iconsMuted text
500
E3AF
#E3AF35
Primary brand colorCTAsActive elementsLinks
600
C592
#C5921B
Hover statesFocus ringsPrimary buttons hover
700
9D74
#9D7415
Active/pressed statesDark mode accentsSecondary text
800
7053
#70530F
Text on light backgroundsHeadingsStrong borders
900
4835
#48350A
Primary textHigh emphasis contentDark headings
950
2D21
#2D2106
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDFAF2;
  --black-100: #FBF3E0;
  --black-200: #F7E8C5;
  --black-300: #F1D698;
  --black-400: #EAC162;
  --black-500: #E3AF35;
  --black-600: #C5921B;
  --black-700: #9D7415;
  --black-800: #70530F;
  --black-900: #48350A;
  --black-950: #2D2106;
}
Generate More ShadesCreate PaletteConvert Color