Charcoal
#064A4B
CyanColor Codes
All color formats for development
HEX
#064A4BRGB
rgb(6, 74, 75)HSL
hsl(181, 85%, 16%)OKLCH
oklch(0.372 0.061 196.5)CMYK
cmyk(92%, 1%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064344
2#053B3C
3#043435
4#042D2D
5#032526
6#021E1E
7#021617
8#010F0F
9#010708
Tints
Lighter variations
1#097173
2#0D989B
3#10BFC2
4#13E6EA
5#39ECEF
6#60F0F2
7#88F4F5
8#B0F7F9
9#D7FBFC
Tones
Muted variations
1#0A4748
2#0D4445
3#114041
4#143D3E
5#173A3A
6#1B3637
7#1E3333
8#223030
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F5 #92F5F6 | BordersInactive statesPlaceholder text |
| 400 | 5AEF #5AEFF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEB #2BEBEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11CC #11CCD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA3 #0DA3A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A74 #0A7476 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064A #064A4B | Primary textHigh emphasis contentDark headings |
| 950 | 042E #042E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFE;
--charcoal-100: #DEFCFC;
--charcoal-200: #C2F9FA;
--charcoal-300: #92F5F6;
--charcoal-400: #5AEFF2;
--charcoal-500: #2BEBEE;
--charcoal-600: #11CCD0;
--charcoal-700: #0DA3A5;
--charcoal-800: #0A7476;
--charcoal-900: #064A4B;
--charcoal-950: #042E2F;
}