Charcoal
#0C453F
CyanColor Codes
All color formats for development
HEX
#0C453FRGB
rgb(12, 69, 63)HSL
hsl(174, 70%, 16%)OKLCH
oklch(0.354 0.057 184.5)CMYK
cmyk(83%, 0%, 9%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E39
2#0A3733
3#09312D
4#072A26
5#062320
6#051C19
7#041513
8#020E0D
9#010706
Tints
Lighter variations
1#136A61
2#198E82
3#20B3A4
4#26D7C5
5#49DFD0
6#6DE5D9
7#92ECE3
8#B6F2EC
9#DBF9F6
Tones
Muted variations
1#0F433D
2#12403B
3#153D39
4#183A37
5#1B3734
6#1D3432
7#203130
8#232F2D
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE5 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4D8 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B988B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4540 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFC;
--charcoal-100: #E1FAF7;
--charcoal-200: #C7F5F0;
--charcoal-300: #9BEDE5;
--charcoal-400: #67E4D8;
--charcoal-500: #3CDDCD;
--charcoal-600: #22BFAF;
--charcoal-700: #1B988B;
--charcoal-800: #136C63;
--charcoal-900: #0C4540;
--charcoal-950: #082B28;
}