Charcoal
#064B3E
CyanColor Codes
All color formats for development
HEX
#064B3ERGB
rgb(6, 75, 62)HSL
hsl(169, 85%, 16%)OKLCH
oklch(0.37 0.067 175.5)CMYK
cmyk(92%, 0%, 17%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064438
2#053C32
3#04352C
4#042D26
5#03261F
6#021E19
7#021713
8#010F0D
9#010806
Tints
Lighter variations
1#097360
2#0D9B81
3#10C2A2
4#13EAC3
5#39EFCE
6#60F2D7
7#88F5E1
8#B0F9EB
9#D7FCF5
Tones
Muted variations
1#0A483D
2#0D453A
3#114138
4#143E36
5#173A34
6#1B3732
7#1E332F
8#22302D
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6E4 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2D6 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEECA | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3F | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFB;
--charcoal-100: #DEFCF7;
--charcoal-200: #C2FAF0;
--charcoal-300: #92F6E4;
--charcoal-400: #5AF2D6;
--charcoal-500: #2BEECA;
--charcoal-600: #11D0AD;
--charcoal-700: #0DA589;
--charcoal-800: #0A7662;
--charcoal-900: #064B3F;
--charcoal-950: #042F27;
}