Charcoal

#0B473E

Cyan

Color Codes

All color formats for development

HEX
#0B473E
RGB
rgb(11, 71, 62)
HSL
hsl(171, 73%, 16%)
OKLCH
oklch(0.359 0.06 180)
CMYK
cmyk(85%, 0%, 13%, 72%)

Accessibility

WCAG contrast compliance

On White Background

10.58:1

AA AAA

On Black Background

1.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F6
300
#9AEF
400
#65E7
500
#38E0
600
#1EC2
700
#189A
800
#116E
900
#0B47
950
#072C

Shades

Darker variations

1#0A4037
2#093831
3#08312B
4#072A25
5#06231F
6#041C19
7#031512
8#020E0C
9#010706

Tints

Lighter variations

1#116C5E
2#17917E
3#1CB69F
4#22DBBF
5#46E2CB
6#6BE8D5
7#90EEE0
8#B5F3EA
9#DAF9F5

Tones

Muted variations

1#0E443C
2#114139
3#143E37
4#173B35
5#1A3833
6#1D3531
7#20322F
8#232F2D
9#262C2B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAF6
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6EF
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFE2
BordersInactive statesPlaceholder text
400
65E7
#65E7D3
Disabled statesSecondary iconsMuted text
500
38E0
#38E0C7
Primary brand colorCTAsActive elementsLinks
600
1EC2
#1EC2AA
Hover statesFocus ringsPrimary buttons hover
700
189A
#189A87
Active/pressed statesDark mode accentsSecondary text
800
116E
#116E60
Text on light backgroundsHeadingsStrong borders
900
0B47
#0B473E
Primary textHigh emphasis contentDark headings
950
072C
#072C27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FDFB;
  --charcoal-100: #E0FAF6;
  --charcoal-200: #C6F6EF;
  --charcoal-300: #9AEFE2;
  --charcoal-400: #65E7D3;
  --charcoal-500: #38E0C7;
  --charcoal-600: #1EC2AA;
  --charcoal-700: #189A87;
  --charcoal-800: #116E60;
  --charcoal-900: #0B473E;
  --charcoal-950: #072C27;
}
Generate More ShadesCreate PaletteConvert Color