Charcoal
#064B41
CyanColor Codes
All color formats for development
HEX
#064B41RGB
rgb(6, 75, 65)HSL
hsl(171, 85%, 16%)OKLCH
oklch(0.371 0.065 179.6)CMYK
cmyk(92%, 0%, 13%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06443B
2#053C34
3#04352E
4#042D27
5#032621
6#021E1A
7#021714
8#010F0D
9#010807
Tints
Lighter variations
1#097363
2#0D9B85
3#10C2A8
4#13EACA
5#39EFD4
6#60F2DC
7#88F5E5
8#B0F9EE
9#D7FCF6
Tones
Muted variations
1#0A483F
2#0D453C
3#11413A
4#143E37
5#173A35
6#1B3733
7#1E3330
8#22302E
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E7 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2DB | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEED1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA58E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7666 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B41 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFC;
--charcoal-100: #DEFCF8;
--charcoal-200: #C2FAF2;
--charcoal-300: #92F6E7;
--charcoal-400: #5AF2DB;
--charcoal-500: #2BEED1;
--charcoal-600: #11D0B3;
--charcoal-700: #0DA58E;
--charcoal-800: #0A7666;
--charcoal-900: #064B41;
--charcoal-950: #042F29;
}