Charcoal
#0C3F45
CyanColor Codes
All color formats for development
HEX
#0C3F45RGB
rgb(12, 63, 69)HSL
hsl(186, 70%, 16%)OKLCH
oklch(0.338 0.052 206.7)CMYK
cmyk(83%, 9%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B393E
2#0A3337
3#092D31
4#07262A
5#062023
6#05191C
7#041315
8#020D0E
9#010607
Tints
Lighter variations
1#13616A
2#19828E
3#20A4B3
4#26C5D7
5#49D0DF
6#6DD9E5
7#92E3EC
8#B6ECF2
9#DBF6F9
Tones
Muted variations
1#0F3D43
2#123B40
3#15393D
4#18373A
5#1B3437
6#1D3234
7#203031
8#232D2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F0 #C7F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE5 #9BE5ED | BordersInactive statesPlaceholder text |
| 400 | 67D8 #67D8E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CCD #3CCDDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22AF #22AFBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B8B #1B8B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1363 #13636C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C40 #0C4045 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFD;
--charcoal-100: #E1F7FA;
--charcoal-200: #C7F0F5;
--charcoal-300: #9BE5ED;
--charcoal-400: #67D8E4;
--charcoal-500: #3CCDDD;
--charcoal-600: #22AFBF;
--charcoal-700: #1B8B98;
--charcoal-800: #13636C;
--charcoal-900: #0C4045;
--charcoal-950: #08282B;
}