Charcoal
#064B3A
CyanColor Codes
All color formats for development
HEX
#064B3ARGB
rgb(6, 75, 58)HSL
hsl(165, 85%, 16%)OKLCH
oklch(0.369 0.07 170.5)CMYK
cmyk(92%, 0%, 23%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064434
2#053C2F
3#043529
4#042D23
5#03261D
6#021E17
7#021711
8#010F0C
9#010806
Tints
Lighter variations
1#097359
2#0D9B77
3#10C296
4#13EAB4
5#39EFC1
6#60F2CE
7#88F5DA
8#B0F9E6
9#D7FCF3
Tones
Muted variations
1#0A4838
2#0D4537
3#114135
4#143E33
5#173A31
6#1B3730
7#1E332E
8#22302C
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6DD | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2CC | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D0A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA57F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A765B | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B3A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFB;
--charcoal-100: #DEFCF5;
--charcoal-200: #C2FAEC;
--charcoal-300: #92F6DD;
--charcoal-400: #5AF2CC;
--charcoal-500: #2BEEBD;
--charcoal-600: #11D0A0;
--charcoal-700: #0DA57F;
--charcoal-800: #0A765B;
--charcoal-900: #064B3A;
--charcoal-950: #042F24;
}