Black

#2D1806

Orange

Color Codes

All color formats for development

HEX
#2D1806
RGB
rgb(45, 24, 6)
HSL
hsl(28, 76%, 10%)
OKLCH
oklch(0.234 0.045 59.2)
CMYK
cmyk(0%, 47%, 87%, 82%)

Accessibility

WCAG contrast compliance

On White Background

16.87:1

AA AAA

On Black Background

1.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF7
100
#FBEC
200
#F7DC
300
#F1C1
400
#EAA1
500
#E386
600
#C56B
700
#9D55
800
#703D
900
#4827
950
#2D18

Shades

Darker variations

1#281606
2#241305
3#1F1104
4#1B0F04
5#160C03
6#120A02
7#0D0702
8#090501
9#040201

Tints

Lighter variations

1#552E0C
2#7E4411
3#A65A17
4#CE6F1C
5#E38635
6#E99F5D
7#EEB786
8#F4CFAE
9#F9E7D7

Tones

Muted variations

1#2B1808
2#29180A
3#27190C
4#25190E
5#231910
6#211912
7#1F1914
8#1D1916
9#1B1918

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF7
#FDF7F2
BackgroundsSubtle highlightsCard backgrounds
100
FBEC
#FBECE0
Light backgroundsTable row hoverSkeleton loading
200
F7DC
#F7DCC5
Secondary backgroundsInput backgroundsDividers
300
F1C1
#F1C198
BordersInactive statesPlaceholder text
400
EAA1
#EAA162
Disabled statesSecondary iconsMuted text
500
E386
#E38635
Primary brand colorCTAsActive elementsLinks
600
C56B
#C56B1B
Hover statesFocus ringsPrimary buttons hover
700
9D55
#9D5515
Active/pressed statesDark mode accentsSecondary text
800
703D
#703D0F
Text on light backgroundsHeadingsStrong borders
900
4827
#48270A
Primary textHigh emphasis contentDark headings
950
2D18
#2D1806
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --black-50: #FDF7F2;
  --black-100: #FBECE0;
  --black-200: #F7DCC5;
  --black-300: #F1C198;
  --black-400: #EAA162;
  --black-500: #E38635;
  --black-600: #C56B1B;
  --black-700: #9D5515;
  --black-800: #703D0F;
  --black-900: #48270A;
  --black-950: #2D1806;
}
Generate More ShadesCreate PaletteConvert Color