Charcoal

#002B33

Cyan

Color Codes

All color formats for development

HEX
#002B33
RGB
rgb(0, 43, 51)
HSL
hsl(189, 100%, 10%)
OKLCH
oklch(0.266 0.047 213.5)
CMYK
cmyk(100%, 16%, 0%, 80%)

Accessibility

WCAG contrast compliance

On White Background

15.07:1

AA AAA

On Black Background

1.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DBFA
200
#BDF5
300
#8AED
400
#4DE4
500
#1ADD
600
#00BF
700
#0098
800
#006C
900
#0045
950
#002B

Shades

Darker variations

1#00272E
2#002329
3#001E24
4#001A1F
5#00161A
6#001114
7#000D0F
8#00090A
9#000405

Tints

Lighter variations

1#005261
2#00798F
3#00A0BD
4#00C7EB
5#1ADDFF
6#47E3FF
7#75EAFF
8#A3F1FF
9#D1F8FF

Tones

Muted variations

1#032A30
2#05282E
3#08262B
4#0A2429
5#0D2226
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
BDF5
#BDF5FF
Secondary backgroundsInput backgroundsDividers
300
8AED
#8AEDFF
BordersInactive statesPlaceholder text
400
4DE4
#4DE4FF
Disabled statesSecondary iconsMuted text
500
1ADD
#1ADDFF
Primary brand colorCTAsActive elementsLinks
600
00BF
#00BFE0
Hover statesFocus ringsPrimary buttons hover
700
0098
#0098B3
Active/pressed statesDark mode accentsSecondary text
800
006C
#006C80
Text on light backgroundsHeadingsStrong borders
900
0045
#004552
Primary textHigh emphasis contentDark headings
950
002B
#002B33
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #F0FDFF;
  --charcoal-100: #DBFAFF;
  --charcoal-200: #BDF5FF;
  --charcoal-300: #8AEDFF;
  --charcoal-400: #4DE4FF;
  --charcoal-500: #1ADDFF;
  --charcoal-600: #00BFE0;
  --charcoal-700: #0098B3;
  --charcoal-800: #006C80;
  --charcoal-900: #004552;
  --charcoal-950: #002B33;
}
Generate More ShadesCreate PaletteConvert Color