Charcoal

#094844

Cyan

Color Codes

All color formats for development

HEX
#094844
RGB
rgb(9, 72, 68)
HSL
hsl(176, 78%, 16%)
OKLCH
oklch(0.364 0.059 188.2)
CMYK
cmyk(88%, 0%, 6%, 72%)

Accessibility

WCAG contrast compliance

On White Background

10.39:1

AA AAA

On Black Background

2.02:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#97F2
400
#60EB
500
#33E6
600
#19C8
700
#149F
800
#0E71
900
#0949
950
#062D

Shades

Darker variations

1#08413E
2#073A37
3#063330
4#052C29
5#042422
6#041D1B
7#031615
8#020F0E
9#010707

Tints

Lighter variations

1#0E6F68
2#12958C
3#17BBB0
4#1CE1D4
5#40E7DC
6#66ECE3
7#8DF1EA
8#B3F6F1
9#D9FAF8

Tones

Muted variations

1#0C4542
2#0F423F
3#133F3C
4#163C39
5#193937
6#1C3634
7#1F3231
8#222F2E
9#262C2C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF9
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8F4
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2EC
BordersInactive statesPlaceholder text
400
60EB
#60EBE2
Disabled statesSecondary iconsMuted text
500
33E6
#33E6DA
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C8BC
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F96
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E716B
Text on light backgroundsHeadingsStrong borders
900
0949
#094944
Primary textHigh emphasis contentDark headings
950
062D
#062D2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F1FDFD;
  --charcoal-100: #DFFBF9;
  --charcoal-200: #C4F8F4;
  --charcoal-300: #97F2EC;
  --charcoal-400: #60EBE2;
  --charcoal-500: #33E6DA;
  --charcoal-600: #19C8BC;
  --charcoal-700: #149F96;
  --charcoal-800: #0E716B;
  --charcoal-900: #094944;
  --charcoal-950: #062D2B;
}
Generate More ShadesCreate PaletteConvert Color