Charcoal

#002C33

Cyan

Color Codes

All color formats for development

HEX
#002C33
RGB
rgb(0, 44, 51)
HSL
hsl(188, 100%, 10%)
OKLCH
oklch(0.269 0.047 211.1)
CMYK
cmyk(100%, 14%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

14.91:1

AA AAA

On Black Background

1.41:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DBFA
200
#BDF6
300
#8AEF
400
#4DE7
500
#1AE0
600
#00C2
700
#009B
800
#006F
900
#0047
950
#002C

Shades

Darker variations

1#00282E
2#002329
3#001F24
4#001B1F
5#00161A
6#001214
7#000D0F
8#00090A
9#000405

Tints

Lighter variations

1#005461
2#007C8F
3#00A4BD
4#00CBEB
5#1AE0FF
6#47E7FF
7#75EDFF
8#A3F3FF
9#D1F9FF

Tones

Muted variations

1#032A30
2#05282E
3#08272B
4#0A2529
5#0D2326
6#0F2124
7#121F21
8#141D1F
9#171B1C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DBFA
#DBFAFF
Light backgroundsTable row hoverSkeleton loading
200
BDF6
#BDF6FF
Secondary backgroundsInput backgroundsDividers
300
8AEF
#8AEFFF
BordersInactive statesPlaceholder text
400
4DE7
#4DE7FF
Disabled statesSecondary iconsMuted text
500
1AE0
#1AE0FF
Primary brand colorCTAsActive elementsLinks
600
00C2
#00C2E0
Hover statesFocus ringsPrimary buttons hover
700
009B
#009BB3
Active/pressed statesDark mode accentsSecondary text
800
006F
#006F80
Text on light backgroundsHeadingsStrong borders
900
0047
#004752
Primary textHigh emphasis contentDark headings
950
002C
#002C33
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FDFF;
  --charcoal-100: #DBFAFF;
  --charcoal-200: #BDF6FF;
  --charcoal-300: #8AEFFF;
  --charcoal-400: #4DE7FF;
  --charcoal-500: #1AE0FF;
  --charcoal-600: #00C2E0;
  --charcoal-700: #009BB3;
  --charcoal-800: #006F80;
  --charcoal-900: #004752;
  --charcoal-950: #002C33;
}
Generate More ShadesCreate PaletteConvert Color