Charcoal
#0D4345
CyanColor Codes
All color formats for development
HEX
#0D4345RGB
rgb(13, 67, 69)HSL
hsl(182, 68%, 16%)OKLCH
oklch(0.35 0.054 198.7)CMYK
cmyk(81%, 3%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3C3E
2#0A3537
3#092F30
4#082829
5#072122
6#051B1B
7#041415
8#030D0E
9#010707
Tints
Lighter variations
1#146669
2#1B898D
3#22ACB1
4#28CFD4
5#4BD8DD
6#6FE0E4
7#93E8EA
8#B7EFF1
9#DBF7F8
Tones
Muted variations
1#104042
2#133E3F
3#153B3C
4#183839
5#1B3637
6#1E3334
7#203131
8#232E2E
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F3 #C7F3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEA #9CEAEC | BordersInactive statesPlaceholder text |
| 400 | 69DE #69DEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ED5 #3ED5DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24B7 #24B7BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D92 #1D9296 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1468 #14686B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D43 #0D4345 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFD;
--charcoal-100: #E1F8F9;
--charcoal-200: #C7F3F4;
--charcoal-300: #9CEAEC;
--charcoal-400: #69DEE2;
--charcoal-500: #3ED5DA;
--charcoal-600: #24B7BC;
--charcoal-700: #1D9296;
--charcoal-800: #14686B;
--charcoal-900: #0D4345;
--charcoal-950: #082A2B;
}