Charcoal
#064B4B
CyanColor Codes
All color formats for development
HEX
#064B4BRGB
rgb(6, 75, 75)HSL
hsl(180, 85%, 16%)OKLCH
oklch(0.375 0.062 194.8)CMYK
cmyk(92%, 0%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064444
2#053C3C
3#043535
4#042D2D
5#032626
6#021E1E
7#021717
8#010F0F
9#010808
Tints
Lighter variations
1#097373
2#0D9B9B
3#10C2C2
4#13EAEA
5#39EFEF
6#60F2F2
7#88F5F5
8#B0F9F9
9#D7FCFC
Tones
Muted variations
1#0A4848
2#0D4545
3#114141
4#143E3E
5#173A3A
6#1B3737
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 | C2FA #C2FAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6F6 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA5A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7676 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B4B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFE;
--charcoal-100: #DEFCFC;
--charcoal-200: #C2FAFA;
--charcoal-300: #92F6F6;
--charcoal-400: #5AF2F2;
--charcoal-500: #2BEEEE;
--charcoal-600: #11D0D0;
--charcoal-700: #0DA5A5;
--charcoal-800: #0A7676;
--charcoal-900: #064B4B;
--charcoal-950: #042F2F;
}