Charcoal
#0A4846
CyanColor Codes
All color formats for development
HEX
#0A4846RGB
rgb(10, 72, 70)HSL
hsl(178, 76%, 16%)OKLCH
oklch(0.365 0.059 191.5)CMYK
cmyk(86%, 0%, 3%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09413F
2#083938
3#073231
4#062B2A
5#052423
6#041D1C
7#031615
8#020E0E
9#010707
Tints
Lighter variations
1#0F6E6A
2#14938F
3#19B9B4
4#1EDFD8
5#43E5E0
6#68EAE6
7#8EF0EC
8#B4F5F3
9#D9FAF9
Tones
Muted variations
1#0D4543
2#104240
3#133F3D
4#163B3A
5#193837
6#1C3534
7#1F3231
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 #C5F7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EE | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE5 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4846 | 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: #C5F7F5;
--charcoal-300: #98F1EE;
--charcoal-400: #62EAE5;
--charcoal-500: #35E3DE;
--charcoal-600: #1BC5C0;
--charcoal-700: #159D99;
--charcoal-800: #0F706D;
--charcoal-900: #0A4846;
--charcoal-950: #062D2C;
}