Charcoal
#062D2D
CyanColor Codes
All color formats for development
HEX
#062D2DRGB
rgb(6, 45, 45)HSL
hsl(180, 76%, 10%)OKLCH
oklch(0.271 0.042 195)CMYK
cmyk(87%, 0%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062828
2#052424
3#041F1F
4#041B1B
5#031616
6#021212
7#020D0D
8#010909
9#010404
Tints
Lighter variations
1#0C5555
2#117E7E
3#17A6A6
4#1CCECE
5#35E3E3
6#5DE9E9
7#86EEEE
8#AEF4F4
9#D7F9F9
Tones
Muted variations
1#082B2B
2#0A2929
3#0C2727
4#0E2525
5#102323
6#122121
7#141F1F
8#161D1D
9#181B1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1F1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4848 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFD;
--charcoal-100: #E0FBFB;
--charcoal-200: #C5F7F7;
--charcoal-300: #98F1F1;
--charcoal-400: #62EAEA;
--charcoal-500: #35E3E3;
--charcoal-600: #1BC5C5;
--charcoal-700: #159D9D;
--charcoal-800: #0F7070;
--charcoal-900: #0A4848;
--charcoal-950: #062D2D;
}