Charcoal
#0C453E
CyanColor Codes
All color formats for development
HEX
#0C453ERGB
rgb(12, 69, 62)HSL
hsl(173, 70%, 16%)OKLCH
oklch(0.353 0.057 182.8)CMYK
cmyk(83%, 0%, 10%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E38
2#0A3732
3#09312C
4#072A26
5#06231F
6#051C19
7#041513
8#020E0D
9#010706
Tints
Lighter variations
1#136A60
2#198E81
3#20B3A1
4#26D7C2
5#49DFCD
6#6DE5D7
7#92ECE1
8#B6F2EB
9#DBF9F5
Tones
Muted variations
1#0F433D
2#12403A
3#153D38
4#183A36
5#1B3734
6#1D3432
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 #E1FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE4 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4D6 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453F | 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: #E1FAF7;
--charcoal-200: #C7F5F0;
--charcoal-300: #9BEDE4;
--charcoal-400: #67E4D6;
--charcoal-500: #3CDDCA;
--charcoal-600: #22BFAC;
--charcoal-700: #1B9889;
--charcoal-800: #136C62;
--charcoal-900: #0C453F;
--charcoal-950: #082B27;
}