Charcoal

#47250B

Orange

Color Codes

All color formats for development

HEX
#47250B
RGB
rgb(71, 37, 11)
HSL
hsl(26, 73%, 16%)
OKLCH
oklch(0.305 0.064 54.5)
CMYK
cmyk(0%, 48%, 85%, 72%)

Accessibility

WCAG contrast compliance

On White Background

13.66:1

AA AAA

On Black Background

1.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF7
100
#FAEB
200
#F6DB
300
#EFBF
400
#E79D
500
#E081
600
#C265
700
#9A51
800
#6E3A
900
#4725
950
#2C17

Shades

Darker variations

1#40210A
2#381D09
3#311A08
4#2A1607
5#231206
6#1C0F04
7#150B03
8#0E0702
9#070401

Tints

Lighter variations

1#6C3811
2#914B17
3#B65F1C
4#DB7222
5#E28946
6#E8A16B
7#EEB890
8#F3D0B5
9#F9E7DA

Tones

Muted variations

1#44250E
2#412611
3#3E2614
4#3B2617
5#38271A
6#35271D
7#322820
8#2F2823
9#2C2826

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF7
#FDF7F2
BackgroundsSubtle highlightsCard backgrounds
100
FAEB
#FAEBE0
Light backgroundsTable row hoverSkeleton loading
200
F6DB
#F6DBC6
Secondary backgroundsInput backgroundsDividers
300
EFBF
#EFBF9A
BordersInactive statesPlaceholder text
400
E79D
#E79D65
Disabled statesSecondary iconsMuted text
500
E081
#E08138
Primary brand colorCTAsActive elementsLinks
600
C265
#C2651E
Hover statesFocus ringsPrimary buttons hover
700
9A51
#9A5118
Active/pressed statesDark mode accentsSecondary text
800
6E3A
#6E3A11
Text on light backgroundsHeadingsStrong borders
900
4725
#47250B
Primary textHigh emphasis contentDark headings
950
2C17
#2C1707
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #FDF7F2;
  --charcoal-100: #FAEBE0;
  --charcoal-200: #F6DBC6;
  --charcoal-300: #EFBF9A;
  --charcoal-400: #E79D65;
  --charcoal-500: #E08138;
  --charcoal-600: #C2651E;
  --charcoal-700: #9A5118;
  --charcoal-800: #6E3A11;
  --charcoal-900: #47250B;
  --charcoal-950: #2C1707;
}
Generate More ShadesCreate PaletteConvert Color