Charcoal
#0C453D
CyanColor Codes
All color formats for development
HEX
#0C453DRGB
rgb(12, 69, 61)HSL
hsl(172, 70%, 16%)OKLCH
oklch(0.353 0.058 181.1)CMYK
cmyk(83%, 0%, 12%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E38
2#0A3731
3#09312B
4#072A25
5#06231F
6#051C19
7#041513
8#020E0C
9#010706
Tints
Lighter variations
1#136A5E
2#198E7F
3#20B39F
4#26D7BF
5#49DFCB
6#6DE5D5
7#92ECE0
8#B6F2EA
9#DBF9F5
Tones
Muted variations
1#0F433C
2#12403A
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 #C7F5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE2 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4D4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9887 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFB;
--charcoal-100: #E1FAF6;
--charcoal-200: #C7F5EF;
--charcoal-300: #9BEDE2;
--charcoal-400: #67E4D4;
--charcoal-500: #3CDDC7;
--charcoal-600: #22BFAA;
--charcoal-700: #1B9887;
--charcoal-800: #136C60;
--charcoal-900: #0C453E;
--charcoal-950: #082B27;
}