Charcoal
#0A4845
CyanColor Codes
All color formats for development
HEX
#0A4845RGB
rgb(10, 72, 69)HSL
hsl(177, 76%, 16%)OKLCH
oklch(0.364 0.059 189.9)CMYK
cmyk(86%, 0%, 4%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09413E
2#083937
3#073230
4#062B29
5#052422
6#041D1B
7#031615
8#020E0E
9#010707
Tints
Lighter variations
1#0F6E69
2#14938D
3#19B9B1
4#1EDFD5
5#43E5DD
6#68EAE4
7#8EF0EB
8#B4F5F1
9#D9FAF8
Tones
Muted variations
1#0D4542
2#10423F
3#133F3C
4#163B3A
5#193837
6#1C3534
7#1F3231
8#232F2E
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EC | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4845 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFD;
--charcoal-100: #E0FBF9;
--charcoal-200: #C5F7F5;
--charcoal-300: #98F1EC;
--charcoal-400: #62EAE3;
--charcoal-500: #35E3DB;
--charcoal-600: #1BC5BD;
--charcoal-700: #159D96;
--charcoal-800: #0F706B;
--charcoal-900: #0A4845;
--charcoal-950: #062D2B;
}