Charcoal
#004452
CyanColor Codes
All color formats for development
HEX
#004452RGB
rgb(0, 68, 82)HSL
hsl(190, 100%, 16%)OKLCH
oklch(0.357 0.064 217.2)CMYK
cmyk(100%, 17%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#003D49
2#003641
3#003039
4#002931
5#002229
6#001B21
7#001418
8#000E10
9#000708
Tints
Lighter variations
1#00687C
2#008BA7
3#00AFD2
4#00D3FD
5#29DBFF
6#54E2FF
7#7EEAFF
8#A9F1FF
9#D4F8FF
Tones
Muted variations
1#04414E
2#083F49
3#0C3C45
4#103941
5#14363D
6#183439
7#1D3135
8#212E31
9#252C2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF9 #DBF9FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF4 #BDF4FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AEB #8AEBFF | BordersInactive statesPlaceholder text |
| 400 | 4DE1 #4DE1FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AD9 #1AD9FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00BB #00BBE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0095 #0095B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 006A #006A80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0044 #004452 | 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: #F0FCFF;
--charcoal-100: #DBF9FF;
--charcoal-200: #BDF4FF;
--charcoal-300: #8AEBFF;
--charcoal-400: #4DE1FF;
--charcoal-500: #1AD9FF;
--charcoal-600: #00BBE0;
--charcoal-700: #0095B3;
--charcoal-800: #006A80;
--charcoal-900: #004452;
--charcoal-950: #002B33;
}