Black

#2D1006

Orange

Color Codes

All color formats for development

HEX
#2D1006
RGB
rgb(45, 16, 6)
HSL
hsl(15, 76%, 10%)
OKLCH
oklch(0.216 0.051 40)
CMYK
cmyk(0%, 64%, 87%, 82%)

Accessibility

WCAG contrast compliance

On White Background

17.67:1

AA AAA

On Black Background

1.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF4
100
#FBE6
200
#F7D1
300
#F1AE
400
#EA84
500
#E361
600
#C546
700
#9D37
800
#7028
900
#4819
950
#2D10

Shades

Darker variations

1#280E06
2#240D05
3#1F0B04
4#1B0904
5#160803
6#120602
7#0D0502
8#090301
9#040201

Tints

Lighter variations

1#551E0C
2#7E2C11
3#A63A17
4#CE491C
5#E36135
6#E9805D
7#EEA086
8#F4C0AE
9#F9DFD7

Tones

Muted variations

1#2B1108
2#29120A
3#27130C
4#25140E
5#231510
6#211612
7#1F1714
8#1D1816
9#1B1918

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF4
#FDF4F2
BackgroundsSubtle highlightsCard backgrounds
100
FBE6
#FBE6E0
Light backgroundsTable row hoverSkeleton loading
200
F7D1
#F7D1C5
Secondary backgroundsInput backgroundsDividers
300
F1AE
#F1AE98
BordersInactive statesPlaceholder text
400
EA84
#EA8462
Disabled statesSecondary iconsMuted text
500
E361
#E36135
Primary brand colorCTAsActive elementsLinks
600
C546
#C5461B
Hover statesFocus ringsPrimary buttons hover
700
9D37
#9D3715
Active/pressed statesDark mode accentsSecondary text
800
7028
#70280F
Text on light backgroundsHeadingsStrong borders
900
4819
#48190A
Primary textHigh emphasis contentDark headings
950
2D10
#2D1006
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDF4F2;
  --black-100: #FBE6E0;
  --black-200: #F7D1C5;
  --black-300: #F1AE98;
  --black-400: #EA8462;
  --black-500: #E36135;
  --black-600: #C5461B;
  --black-700: #9D3715;
  --black-800: #70280F;
  --black-900: #48190A;
  --black-950: #2D1006;
}
Generate More ShadesCreate PaletteConvert Color