Charcoal
#0C4146
CyanColor Codes
All color formats for development
HEX
#0C4146RGB
rgb(12, 65, 70)HSL
hsl(185, 71%, 16%)OKLCH
oklch(0.345 0.053 204.5)CMYK
cmyk(83%, 7%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3A3F
2#093438
3#082D31
4#07272A
5#062023
6#051A1C
7#041315
8#020D0E
9#010607
Tints
Lighter variations
1#12636A
2#18858F
3#1EA7B4
4#25C9D8
5#48D3E0
6#6CDCE6
7#91E5EC
8#B6EEF3
9#DAF6F9
Tones
Muted variations
1#0F3F43
2#123C40
3#153A3D
4#17373A
5#1A3537
6#1D3234
7#203031
8#232E2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F1 #C6F1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE7 #9BE7EE | BordersInactive statesPlaceholder text |
| 400 | 66DB #66DBE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BD0 #3BD0DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21B3 #21B3C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A8E #1A8E99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1265 #12656D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C41 #0C4146 | Primary textHigh emphasis contentDark headings |
| 950 | 0729 #07292C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFD;
--charcoal-100: #E0F8FA;
--charcoal-200: #C6F1F5;
--charcoal-300: #9BE7EE;
--charcoal-400: #66DBE5;
--charcoal-500: #3BD0DE;
--charcoal-600: #21B3C0;
--charcoal-700: #1A8E99;
--charcoal-800: #12656D;
--charcoal-900: #0C4146;
--charcoal-950: #07292C;
}