Charcoal

#02454F

Cyan

Color Codes

All color formats for development

HEX
#02454F
RGB
rgb(2, 69, 79)
HSL
hsl(188, 95%, 16%)
OKLCH
oklch(0.358 0.061 211.3)
CMYK
cmyk(97%, 13%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

10.68:1

AA AAA

On Black Background

1.97:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DCFA
200
#BEF5
300
#8DED
400
#51E4
500
#1FDC
600
#06BE
700
#0497
800
#036C
900
#0245
950
#012B

Shades

Darker variations

1#023E48
2#023740
3#013038
4#012A30
5#012328
6#011C20
7#011518
8#000E10
9#000708

Tints

Lighter variations

1#036A79
2#048EA3
3#05B2CD
4#06D7F7
5#2EDFFA
6#58E5FB
7#82ECFC
8#ABF2FD
9#D5F9FE

Tones

Muted variations

1#06424C
2#0A4048
3#0E3D44
4#123A40
5#15373C
6#193438
7#1D3134
8#212E31
9#252C2D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFA
#DCFAFE
Light backgroundsTable row hoverSkeleton loading
200
BEF5
#BEF5FD
Secondary backgroundsInput backgroundsDividers
300
8DED
#8DEDFC
BordersInactive statesPlaceholder text
400
51E4
#51E4FB
Disabled statesSecondary iconsMuted text
500
1FDC
#1FDCF9
Primary brand colorCTAsActive elementsLinks
600
06BE
#06BEDB
Hover statesFocus ringsPrimary buttons hover
700
0497
#0497AE
Active/pressed statesDark mode accentsSecondary text
800
036C
#036C7C
Text on light backgroundsHeadingsStrong borders
900
0245
#024550
Primary textHigh emphasis contentDark headings
950
012B
#012B32
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FDFF;
  --charcoal-100: #DCFAFE;
  --charcoal-200: #BEF5FD;
  --charcoal-300: #8DEDFC;
  --charcoal-400: #51E4FB;
  --charcoal-500: #1FDCF9;
  --charcoal-600: #06BEDB;
  --charcoal-700: #0497AE;
  --charcoal-800: #036C7C;
  --charcoal-900: #024550;
  --charcoal-950: #012B32;
}
Generate More ShadesCreate PaletteConvert Color