Charcoal
#0A4742
CyanColor Codes
All color formats for development
HEX
#0A4742RGB
rgb(10, 71, 66)HSL
hsl(175, 75%, 16%)OKLCH
oklch(0.36 0.059 186.5)CMYK
cmyk(86%, 0%, 7%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09403C
2#083935
3#07322E
4#062B28
5#052421
6#041D1B
7#031514
8#020E0D
9#010707
Tints
Lighter variations
1#106D65
2#159288
3#1AB8AB
4#20DDCE
5#44E4D7
6#69EADF
7#8FEFE7
8#B4F4EF
9#DAFAF7
Tones
Muted variations
1#0D4440
2#10413D
3#133E3B
4#163B38
5#1A3836
6#1D3533
7#203230
8#232F2E
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0E9 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9DE | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4742 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFC;
--charcoal-100: #E0FBF8;
--charcoal-200: #C5F7F3;
--charcoal-300: #98F0E9;
--charcoal-400: #63E9DE;
--charcoal-500: #36E2D4;
--charcoal-600: #1CC4B6;
--charcoal-700: #169C91;
--charcoal-800: #107068;
--charcoal-900: #0A4742;
--charcoal-950: #062D29;
}