Charcoal

#034F46

Cyan

Color Codes

All color formats for development

HEX
#034F46
RGB
rgb(3, 79, 70)
HSL
hsl(173, 93%, 16%)
OKLCH
oklch(0.384 0.068 181.8)
CMYK
cmyk(96%, 0%, 11%, 69%)

Accessibility

WCAG contrast compliance

On White Background

9.50: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#03473F
2#023F38
3#023731
4#022F2A
5#012723
6#011F1C
7#011815
8#01100E
9#000807

Tints

Lighter variations

1#04786B
2#06A18F
3#07CBB4
4#09F4D9
5#30F8E0
6#5AF9E6
7#83FBED
8#ACFCF3
9#D6FEF9

Tones

Muted variations

1#074B43
2#0A4740
3#0E433D
4#12403A
5#163C37
6#1A3834
7#1D3432
8#21302F
9#252D2C

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FEFD;
  --charcoal-100: #DDFEFA;
  --charcoal-200: #BFFDF5;
  --charcoal-300: #8EFBEE;
  --charcoal-400: #53F9E5;
  --charcoal-500: #22F7DE;
  --charcoal-600: #08D9C0;
  --charcoal-700: #06AC99;
  --charcoal-800: #047B6D;
  --charcoal-900: #034F46;
  --charcoal-950: #02312C;
}
Generate More ShadesCreate PaletteConvert Color