Charcoal

#003333

Cyan

Color Codes

All color formats for development

HEX
#003333
RGB
rgb(0, 51, 51)
HSL
hsl(180, 100%, 10%)
OKLCH
oklch(0.291 0.05 194.8)
CMYK
cmyk(100%, 0%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

13.80:1

AA AAA

On Black Background

1.52:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FF
100
#DBFF
200
#BDFF
300
#8AFF
400
#4DFF
500
#1AFF
600
#00E0
700
#00B3
800
#0080
900
#0052
950
#0033

Shades

Darker variations

1#002E2E
2#002929
3#002424
4#001F1F
5#00191A
6#001414
7#000F0F
8#000A0A
9#000505

Tints

Lighter variations

1#006161
2#008F8F
3#00BDBD
4#00EBEB
5#1AFFFF
6#47FFFF
7#75FFFF
8#A3FFFF
9#D1FFFF

Tones

Muted variations

1#033030
2#052E2E
3#082B2B
4#0A2929
5#0D2626
6#0F2424
7#122121
8#141F1F
9#171C1C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFF
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFF
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFFF
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFFF
BordersInactive statesPlaceholder text
400
4DFF
#4DFFFF
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFFF
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0E0
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B3B3
Active/pressed statesDark mode accentsSecondary text
800
0080
#008080
Text on light backgroundsHeadingsStrong borders
900
0052
#005252
Primary textHigh emphasis contentDark headings
950
0033
#003333
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FFFF;
  --charcoal-100: #DBFFFF;
  --charcoal-200: #BDFFFF;
  --charcoal-300: #8AFFFF;
  --charcoal-400: #4DFFFF;
  --charcoal-500: #1AFFFF;
  --charcoal-600: #00E0E0;
  --charcoal-700: #00B3B3;
  --charcoal-800: #008080;
  --charcoal-900: #005252;
  --charcoal-950: #003333;
}
Generate More ShadesCreate PaletteConvert Color