Charcoal

#002D33

Cyan

Color Codes

All color formats for development

HEX
#002D33
RGB
rgb(0, 45, 51)
HSL
hsl(187, 100%, 10%)
OKLCH
oklch(0.272 0.047 208.6)
CMYK
cmyk(100%, 12%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

14.76:1

AA AAA

On Black Background

1.42:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DBFB
200
#BDF7
300
#8AF1
400
#4DEA
500
#1AE4
600
#00C6
700
#009E
800
#0071
900
#0048
950
#002D

Shades

Darker variations

1#00292E
2#002429
3#002024
4#001B1F
5#00171A
6#001214
7#000E0F
8#00090A
9#000505

Tints

Lighter variations

1#005661
2#007E8F
3#00A7BD
4#00CFEB
5#1AE4FF
6#47EAFF
7#75EFFF
8#A3F4FF
9#D1FAFF

Tones

Muted variations

1#032B30
2#05292E
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
DBFB
#DBFBFF
Light backgroundsTable row hoverSkeleton loading
200
BDF7
#BDF7FF
Secondary backgroundsInput backgroundsDividers
300
8AF1
#8AF1FF
BordersInactive statesPlaceholder text
400
4DEA
#4DEAFF
Disabled statesSecondary iconsMuted text
500
1AE4
#1AE4FF
Primary brand colorCTAsActive elementsLinks
600
00C6
#00C6E0
Hover statesFocus ringsPrimary buttons hover
700
009E
#009EB3
Active/pressed statesDark mode accentsSecondary text
800
0071
#007180
Text on light backgroundsHeadingsStrong borders
900
0048
#004852
Primary textHigh emphasis contentDark headings
950
002D
#002D33
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FDFF;
  --charcoal-100: #DBFBFF;
  --charcoal-200: #BDF7FF;
  --charcoal-300: #8AF1FF;
  --charcoal-400: #4DEAFF;
  --charcoal-500: #1AE4FF;
  --charcoal-600: #00C6E0;
  --charcoal-700: #009EB3;
  --charcoal-800: #007180;
  --charcoal-900: #004852;
  --charcoal-950: #002D33;
}
Generate More ShadesCreate PaletteConvert Color