Charcoal

#00332F

Cyan

Color Codes

All color formats for development

HEX
#00332F
RGB
rgb(0, 51, 47)
HSL
hsl(175, 100%, 10%)
OKLCH
oklch(0.289 0.051 186.5)
CMYK
cmyk(100%, 0%, 8%, 80%)

Accessibility

WCAG contrast compliance

On White Background

13.87:1

AA AAA

On Black Background

1.51: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#002E2A
2#002925
3#002421
4#001F1C
5#001A17
6#001413
7#000F0E
8#000A09
9#000505

Tints

Lighter variations

1#006159
2#008F83
3#00BDAD
4#00EBD7
5#1AFFEC
6#47FFF0
7#75FFF4
8#A3FFF7
9#D1FFFB

Tones

Muted variations

1#03302D
2#052E2B
3#082B28
4#0A2926
5#0D2624
6#0F2422
7#122120
8#141F1E
9#171C1C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FF
#F0FFFE
BackgroundsSubtle highlightsCard backgrounds
100
DBFF
#DBFFFC
Light backgroundsTable row hoverSkeleton loading
200
BDFF
#BDFFF9
Secondary backgroundsInput backgroundsDividers
300
8AFF
#8AFFF5
BordersInactive statesPlaceholder text
400
4DFF
#4DFFF0
Disabled statesSecondary iconsMuted text
500
1AFF
#1AFFEC
Primary brand colorCTAsActive elementsLinks
600
00E0
#00E0CE
Hover statesFocus ringsPrimary buttons hover
700
00B3
#00B3A4
Active/pressed statesDark mode accentsSecondary text
800
0080
#008075
Text on light backgroundsHeadingsStrong borders
900
0052
#00524B
Primary textHigh emphasis contentDark headings
950
0033
#00332F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FFFE;
  --charcoal-100: #DBFFFC;
  --charcoal-200: #BDFFF9;
  --charcoal-300: #8AFFF5;
  --charcoal-400: #4DFFF0;
  --charcoal-500: #1AFFEC;
  --charcoal-600: #00E0CE;
  --charcoal-700: #00B3A4;
  --charcoal-800: #008075;
  --charcoal-900: #00524B;
  --charcoal-950: #00332F;
}
Generate More ShadesCreate PaletteConvert Color