Charcoal
#0A4847
CyanColor Codes
All color formats for development
HEX
#0A4847RGB
rgb(10, 72, 71)HSL
hsl(179, 76%, 16%)OKLCH
oklch(0.365 0.058 193.2)CMYK
cmyk(86%, 0%, 1%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094140
2#083939
3#073232
4#062B2A
5#052423
6#041D1C
7#031615
8#020E0E
9#010707
Tints
Lighter variations
1#0F6E6C
2#149391
3#19B9B6
4#1EDFDB
5#43E5E3
6#68EAE8
7#8EF0EE
8#B4F5F4
9#D9FAF9
Tones
Muted variations
1#0D4544
2#104241
3#133F3E
4#163B3B
5#193838
6#1C3535
7#1F3232
8#232F2F
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EF | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE7 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4847 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFD;
--charcoal-100: #E0FBFA;
--charcoal-200: #C5F7F6;
--charcoal-300: #98F1EF;
--charcoal-400: #62EAE7;
--charcoal-500: #35E3E1;
--charcoal-600: #1BC5C3;
--charcoal-700: #159D9B;
--charcoal-800: #0F706F;
--charcoal-900: #0A4847;
--charcoal-950: #062D2C;
}