Charcoal
#004052
CyanColor Codes
All color formats for development
HEX
#004052RGB
rgb(0, 64, 82)HSL
hsl(193, 100%, 16%)OKLCH
oklch(0.345 0.065 223.9)CMYK
cmyk(100%, 22%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#003A49
2#003341
3#002D39
4#002631
5#002029
6#001A21
7#001318
8#000D10
9#000608
Tints
Lighter variations
1#00617C
2#0083A7
3#00A5D2
4#00C6FD
5#29D1FF
6#54DAFF
7#7EE3FF
8#A9ECFF
9#D4F6FF
Tones
Muted variations
1#043E4E
2#083B49
3#0C3945
4#103741
5#14343D
6#183239
7#1D3035
8#212D31
9#252B2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF7 #DBF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF1 #BDF1FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE6 #8AE6FF | BordersInactive statesPlaceholder text |
| 400 | 4DD8 #4DD8FF | Disabled statesSecondary iconsMuted text |
| 500 | 1ACD #1ACDFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00B0 #00B0E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 008C #008CB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0064 #006480 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0040 #004052 | Primary textHigh emphasis contentDark headings |
| 950 | 0028 #002833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FCFF;
--charcoal-100: #DBF7FF;
--charcoal-200: #BDF1FF;
--charcoal-300: #8AE6FF;
--charcoal-400: #4DD8FF;
--charcoal-500: #1ACDFF;
--charcoal-600: #00B0E0;
--charcoal-700: #008CB3;
--charcoal-800: #006480;
--charcoal-900: #004052;
--charcoal-950: #002833;
}