Charcoal
#0C3C46
CyanColor Codes
All color formats for development
HEX
#0C3C46RGB
rgb(12, 60, 70)HSL
hsl(190, 71%, 16%)OKLCH
oklch(0.33 0.052 215)CMYK
cmyk(83%, 14%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B363F
2#093038
3#082A31
4#07242A
5#061E23
6#05181C
7#041215
8#020C0E
9#010607
Tints
Lighter variations
1#125C6A
2#187B8F
3#1E9BB4
4#25BAD8
5#48C7E0
6#6CD2E6
7#91DDEC
8#B6E8F3
9#DAF4F9
Tones
Muted variations
1#0F3A43
2#123840
3#15363D
4#17343A
5#1A3237
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 | E0F6 #E0F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EE #C6EEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE0 #9BE0EE | BordersInactive statesPlaceholder text |
| 400 | 66D0 #66D0E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BC3 #3BC3DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21A5 #21A5C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A83 #1A8399 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 125E #125E6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3C #0C3C46 | Primary textHigh emphasis contentDark headings |
| 950 | 0726 #07262C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FBFD;
--charcoal-100: #E0F6FA;
--charcoal-200: #C6EEF5;
--charcoal-300: #9BE0EE;
--charcoal-400: #66D0E5;
--charcoal-500: #3BC3DE;
--charcoal-600: #21A5C0;
--charcoal-700: #1A8399;
--charcoal-800: #125E6D;
--charcoal-900: #0C3C46;
--charcoal-950: #07262C;
}