Charcoal

#0D443A

Cyan

Color Codes

All color formats for development

HEX
#0D443A
RGB
rgb(13, 68, 58)
HSL
hsl(169, 68%, 16%)
OKLCH
oklch(0.349 0.058 177.6)
CMYK
cmyk(81%, 0%, 15%, 73%)

Accessibility

WCAG contrast compliance

On White Background

11.02:1

AA AAA

On Black Background

1.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F4
300
#9CEC
400
#69E2
500
#3EDA
600
#24BC
700
#1D96
800
#146B
900
#0D45
950
#082B

Shades

Darker variations

1#0C3E35
2#0A372F
3#093029
4#082923
5#07221D
6#051B17
7#041512
8#030E0C
9#010706

Tints

Lighter variations

1#146959
2#1B8D78
3#22B196
4#28D4B5
5#4BDDC2
6#6FE4CE
7#93EADA
8#B7F1E7
9#DBF8F3

Tones

Muted variations

1#104239
2#133F37
3#153C35
4#183933
5#1B3732
6#1E3430
7#20312E
8#232E2C
9#262C2B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F5
Light backgroundsTable row hoverSkeleton loading
200
C7F4
#C7F4EC
Secondary backgroundsInput backgroundsDividers
300
9CEC
#9CECDE
BordersInactive statesPlaceholder text
400
69E2
#69E2CC
Disabled statesSecondary iconsMuted text
500
3EDA
#3EDABE
Primary brand colorCTAsActive elementsLinks
600
24BC
#24BCA1
Hover statesFocus ringsPrimary buttons hover
700
1D96
#1D9680
Active/pressed statesDark mode accentsSecondary text
800
146B
#146B5B
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D453A
Primary textHigh emphasis contentDark headings
950
082B
#082B24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F2FDFB;
  --charcoal-100: #E1F9F5;
  --charcoal-200: #C7F4EC;
  --charcoal-300: #9CECDE;
  --charcoal-400: #69E2CC;
  --charcoal-500: #3EDABE;
  --charcoal-600: #24BCA1;
  --charcoal-700: #1D9680;
  --charcoal-800: #146B5B;
  --charcoal-900: #0D453A;
  --charcoal-950: #082B24;
}
Generate More ShadesCreate PaletteConvert Color