Charcoal

#024050

Cyan

Color Codes

All color formats for development

HEX
#024050
RGB
rgb(2, 64, 80)
HSL
hsl(192, 95%, 16%)
OKLCH
oklch(0.345 0.062 221.6)
CMYK
cmyk(98%, 20%, 0%, 69%)

Accessibility

WCAG contrast compliance

On White Background

11.34:1

AA AAA

On Black Background

1.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FC
100
#DCF7
200
#BEF1
300
#8DE6
400
#51D9
500
#1FCE
600
#06B0
700
#048C
800
#0364
900
#0240
950
#0128

Shades

Darker variations

1#023A48
2#023340
3#012D38
4#012630
5#012028
6#011A20
7#011318
8#000D10
9#000608

Tints

Lighter variations

1#036279
2#0483A3
3#05A5CD
4#06C7F7
5#2ED1FA
6#58DAFB
7#82E3FC
8#ABEDFD
9#D5F6FE

Tones

Muted variations

1#063E4C
2#0A3B48
3#0E3944
4#123740
5#15343C
6#193238
7#1D3034
8#212D31
9#252B2D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FC
#F0FCFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF7
#DCF7FE
Light backgroundsTable row hoverSkeleton loading
200
BEF1
#BEF1FD
Secondary backgroundsInput backgroundsDividers
300
8DE6
#8DE6FC
BordersInactive statesPlaceholder text
400
51D9
#51D9FB
Disabled statesSecondary iconsMuted text
500
1FCE
#1FCEF9
Primary brand colorCTAsActive elementsLinks
600
06B0
#06B0DB
Hover statesFocus ringsPrimary buttons hover
700
048C
#048CAE
Active/pressed statesDark mode accentsSecondary text
800
0364
#03647C
Text on light backgroundsHeadingsStrong borders
900
0240
#024050
Primary textHigh emphasis contentDark headings
950
0128
#012832
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FCFF;
  --charcoal-100: #DCF7FE;
  --charcoal-200: #BEF1FD;
  --charcoal-300: #8DE6FC;
  --charcoal-400: #51D9FB;
  --charcoal-500: #1FCEF9;
  --charcoal-600: #06B0DB;
  --charcoal-700: #048CAE;
  --charcoal-800: #03647C;
  --charcoal-900: #024050;
  --charcoal-950: #012832;
}
Generate More ShadesCreate PaletteConvert Color