Charcoal

#034F45

Cyan

Color Codes

All color formats for development

HEX
#034F45
RGB
rgb(3, 79, 69)
HSL
hsl(172, 93%, 16%)
OKLCH
oklch(0.384 0.068 180.4)
CMYK
cmyk(96%, 0%, 13%, 69%)

Accessibility

WCAG contrast compliance

On White Background

9.51:1

AA AAA

On Black Background

2.21:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFD
300
#8EFB
400
#53F9
500
#22F7
600
#08D9
700
#06AC
800
#047B
900
#034F
950
#0231

Shades

Darker variations

1#03473E
2#023F37
3#023730
4#022F29
5#012722
6#011F1B
7#011815
8#01100E
9#000807

Tints

Lighter variations

1#047869
2#06A18D
3#07CBB1
4#09F4D5
5#30F8DD
6#5AF9E4
7#83FBEB
8#ACFCF1
9#D6FEF8

Tones

Muted variations

1#074B42
2#0A473F
3#0E433C
4#124039
5#163C37
6#1A3834
7#1D3431
8#21302E
9#252D2C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEF9
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDF4
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBEC
BordersInactive statesPlaceholder text
400
53F9
#53F9E3
Disabled statesSecondary iconsMuted text
500
22F7
#22F7DB
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D9BD
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06AC96
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B6B
Text on light backgroundsHeadingsStrong borders
900
034F
#034F45
Primary textHigh emphasis contentDark headings
950
0231
#02312B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FEFD;
  --charcoal-100: #DDFEF9;
  --charcoal-200: #BFFDF4;
  --charcoal-300: #8EFBEC;
  --charcoal-400: #53F9E3;
  --charcoal-500: #22F7DB;
  --charcoal-600: #08D9BD;
  --charcoal-700: #06AC96;
  --charcoal-800: #047B6B;
  --charcoal-900: #034F45;
  --charcoal-950: #02312B;
}
Generate More ShadesCreate PaletteConvert Color