Charcoal
#0A4840
CyanColor Codes
All color formats for development
HEX
#0A4840RGB
rgb(10, 72, 64)HSL
hsl(172, 76%, 16%)OKLCH
oklch(0.363 0.061 181.8)CMYK
cmyk(86%, 0%, 11%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094139
2#083933
3#07322C
4#062B26
5#052420
6#041D19
7#031613
8#020E0D
9#010706
Tints
Lighter variations
1#0F6E61
2#149382
3#19B9A4
4#1EDFC5
5#43E5D0
6#68EAD9
7#8EF0E3
8#B4F5EC
9#D9FAF6
Tones
Muted variations
1#0D453D
2#10423B
3#133F39
4#163B36
5#193834
6#1C3532
7#1F3230
8#232F2D
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E5 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD7 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4840 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFC;
--charcoal-100: #E0FBF7;
--charcoal-200: #C5F7F0;
--charcoal-300: #98F1E5;
--charcoal-400: #62EAD7;
--charcoal-500: #35E3CC;
--charcoal-600: #1BC5AF;
--charcoal-700: #159D8B;
--charcoal-800: #0F7063;
--charcoal-900: #0A4840;
--charcoal-950: #062D28;
}