Charcoal
#06464B
CyanColor Codes
All color formats for development
HEX
#06464BRGB
rgb(6, 70, 75)HSL
hsl(184, 85%, 16%)OKLCH
oklch(0.36 0.059 203.3)CMYK
cmyk(92%, 7%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064044
2#05393C
3#043235
4#042B2D
5#032326
6#021C1E
7#021517
8#010E0F
9#010708
Tints
Lighter variations
1#096C73
2#0D919B
3#10B6C2
4#13DCEA
5#39E3EF
6#60E8F2
7#88EEF5
8#B0F4F9
9#D7F9FC
Tones
Muted variations
1#0A4448
2#0D4145
3#113E41
4#143B3E
5#17383A
6#1B3537
7#1E3233
8#222F30
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F6 #C2F6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F0 #92F0F6 | BordersInactive statesPlaceholder text |
| 400 | 5AE7 #5AE7F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BE1 #2BE1EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11C3 #11C3D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D9B #0D9BA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6F #0A6F76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0647 #06474B | Primary textHigh emphasis contentDark headings |
| 950 | 042C #042C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFE;
--charcoal-100: #DEFAFC;
--charcoal-200: #C2F6FA;
--charcoal-300: #92F0F6;
--charcoal-400: #5AE7F2;
--charcoal-500: #2BE1EE;
--charcoal-600: #11C3D0;
--charcoal-700: #0D9BA5;
--charcoal-800: #0A6F76;
--charcoal-900: #06474B;
--charcoal-950: #042C2F;
}