Charcoal
#0C3C45
CyanColor Codes
All color formats for development
HEX
#0C3C45RGB
rgb(12, 60, 69)HSL
hsl(189, 70%, 16%)OKLCH
oklch(0.33 0.051 213.1)CMYK
cmyk(83%, 13%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B373E
2#0A3137
3#092B31
4#07242A
5#061E23
6#05181C
7#041215
8#020C0E
9#010607
Tints
Lighter variations
1#135D6A
2#197D8E
3#209DB3
4#26BCD7
5#49C8DF
6#6DD3E5
7#92DEEC
8#B6E9F2
9#DBF4F9
Tones
Muted variations
1#0F3B43
2#123940
3#15373D
4#18353A
5#1B3337
6#1D3134
7#202F31
8#232D2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EE #C7EEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE1 #9BE1ED | BordersInactive statesPlaceholder text |
| 400 | 67D1 #67D1E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CC4 #3CC4DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22A7 #22A7BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B85 #1B8598 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 135F #135F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3D #0C3D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FBFD;
--charcoal-100: #E1F6FA;
--charcoal-200: #C7EEF5;
--charcoal-300: #9BE1ED;
--charcoal-400: #67D1E4;
--charcoal-500: #3CC4DD;
--charcoal-600: #22A7BF;
--charcoal-700: #1B8598;
--charcoal-800: #135F6C;
--charcoal-900: #0C3D45;
--charcoal-950: #08262B;
}