Charcoal

#03444E

Cyan

Color Codes

All color formats for development

HEX
#03444E
RGB
rgb(3, 68, 78)
HSL
hsl(188, 93%, 16%)
OKLCH
oklch(0.355 0.06 211.6)
CMYK
cmyk(96%, 13%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

10.82:1

AA AAA

On Black Background

1.94:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DDF9
200
#BFF4
300
#8EEC
400
#53E3
500
#22DB
600
#08BD
700
#0696
800
#046B
900
#0345
950
#022B

Shades

Darker variations

1#033E47
2#02373F
3#023037
4#02292F
5#012227
6#011B1F
7#011518
8#010E10
9#000708

Tints

Lighter variations

1#046978
2#068DA1
3#07B1CB
4#09D5F4
5#30DDF8
6#5AE4F9
7#83EBFB
8#ACF1FC
9#D6F8FE

Tones

Muted variations

1#07424B
2#0A3F47
3#0E3C43
4#123940
5#16373C
6#1A3438
7#1D3134
8#212E30
9#252C2D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFE
BackgroundsSubtle highlightsCard backgrounds
100
DDF9
#DDF9FE
Light backgroundsTable row hoverSkeleton loading
200
BFF4
#BFF4FD
Secondary backgroundsInput backgroundsDividers
300
8EEC
#8EECFB
BordersInactive statesPlaceholder text
400
53E3
#53E3F9
Disabled statesSecondary iconsMuted text
500
22DB
#22DBF7
Primary brand colorCTAsActive elementsLinks
600
08BD
#08BDD9
Hover statesFocus ringsPrimary buttons hover
700
0696
#0696AC
Active/pressed statesDark mode accentsSecondary text
800
046B
#046B7B
Text on light backgroundsHeadingsStrong borders
900
0345
#03454F
Primary textHigh emphasis contentDark headings
950
022B
#022B31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FDFE;
  --charcoal-100: #DDF9FE;
  --charcoal-200: #BFF4FD;
  --charcoal-300: #8EECFB;
  --charcoal-400: #53E3F9;
  --charcoal-500: #22DBF7;
  --charcoal-600: #08BDD9;
  --charcoal-700: #0696AC;
  --charcoal-800: #046B7B;
  --charcoal-900: #03454F;
  --charcoal-950: #022B31;
}
Generate More ShadesCreate PaletteConvert Color