Charcoal
#0C453C
CyanColor Codes
All color formats for development
HEX
#0C453CRGB
rgb(12, 69, 60)HSL
hsl(171, 70%, 16%)OKLCH
oklch(0.353 0.058 179.5)CMYK
cmyk(83%, 0%, 13%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E37
2#0A3731
3#09312B
4#072A24
5#06231E
6#051C18
7#041512
8#020E0C
9#010706
Tints
Lighter variations
1#136A5D
2#198E7D
3#20B39D
4#26D7BC
5#49DFC8
6#6DE5D3
7#92ECDE
8#B6F2E9
9#DBF9F4
Tones
Muted variations
1#0F433B
2#124039
3#153D37
4#183A35
5#1B3733
6#1D3431
7#20312F
8#232F2D
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE1 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4D1 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9885 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFB;
--charcoal-100: #E1FAF6;
--charcoal-200: #C7F5EE;
--charcoal-300: #9BEDE1;
--charcoal-400: #67E4D1;
--charcoal-500: #3CDDC4;
--charcoal-600: #22BFA7;
--charcoal-700: #1B9885;
--charcoal-800: #136C5F;
--charcoal-900: #0C453D;
--charcoal-950: #082B26;
}