Charcoal
#0C3A46
CyanColor Codes
All color formats for development
HEX
#0C3A46RGB
rgb(12, 58, 70)HSL
hsl(192, 71%, 16%)OKLCH
oklch(0.324 0.052 219.3)CMYK
cmyk(83%, 17%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B343F
2#092F38
3#082931
4#07232A
5#061D23
6#05171C
7#041115
8#020C0E
9#010607
Tints
Lighter variations
1#12596A
2#18778F
3#1E96B4
4#25B4D8
5#48C2E0
6#6CCEE6
7#91DAEC
8#B6E6F3
9#DAF3F9
Tones
Muted variations
1#0F3843
2#123740
3#15353D
4#17333A
5#1A3137
6#1D3034
7#202E31
8#232C2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EC #C6ECF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDD #9BDDEE | BordersInactive statesPlaceholder text |
| 400 | 66CC #66CCE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BBD #3BBDDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21A0 #21A0C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A7F #1A7F99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 125B #125B6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3A #0C3A46 | Primary textHigh emphasis contentDark headings |
| 950 | 0724 #07242C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FBFD;
--charcoal-100: #E0F5FA;
--charcoal-200: #C6ECF5;
--charcoal-300: #9BDDEE;
--charcoal-400: #66CCE5;
--charcoal-500: #3BBDDE;
--charcoal-600: #21A0C0;
--charcoal-700: #1A7F99;
--charcoal-800: #125B6D;
--charcoal-900: #0C3A46;
--charcoal-950: #07242C;
}