Charcoal
#064B4A
CyanColor Codes
All color formats for development
HEX
#064B4ARGB
rgb(6, 75, 74)HSL
hsl(179, 85%, 16%)OKLCH
oklch(0.375 0.062 193.3)CMYK
cmyk(92%, 0%, 1%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064443
2#053C3B
3#043534
4#042D2D
5#032625
6#021E1E
7#021716
8#010F0F
9#010807
Tints
Lighter variations
1#097371
2#0D9B98
3#10C2BF
4#13EAE6
5#39EFEC
6#60F2F0
7#88F5F4
8#B0F9F7
9#D7FCFB
Tones
Muted variations
1#0A4847
2#0D4544
3#114140
4#143E3D
5#173A3A
6#1B3736
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 #C2FAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6F5 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2EF | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA5A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7674 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B4A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFE;
--charcoal-100: #DEFCFC;
--charcoal-200: #C2FAF9;
--charcoal-300: #92F6F5;
--charcoal-400: #5AF2EF;
--charcoal-500: #2BEEEB;
--charcoal-600: #11D0CC;
--charcoal-700: #0DA5A3;
--charcoal-800: #0A7674;
--charcoal-900: #064B4A;
--charcoal-950: #042F2E;
}