Charcoal
#0C3E45
CyanColor Codes
All color formats for development
HEX
#0C3E45RGB
rgb(12, 62, 69)HSL
hsl(187, 70%, 16%)OKLCH
oklch(0.336 0.052 208.8)CMYK
cmyk(83%, 10%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B383E
2#0A3237
3#092C31
4#07262A
5#061F23
6#05191C
7#041315
8#020D0E
9#010607
Tints
Lighter variations
1#13606A
2#19818E
3#20A1B3
4#26C2D7
5#49CDDF
6#6DD7E5
7#92E1EC
8#B6EBF2
9#DBF5F9
Tones
Muted variations
1#0F3D43
2#123A40
3#15383D
4#18363A
5#1B3437
6#1D3234
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 | E1F7 #E1F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F0 #C7F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE4 #9BE4ED | BordersInactive statesPlaceholder text |
| 400 | 67D6 #67D6E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CCA #3CCADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22AC #22ACBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B89 #1B8998 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1362 #13626C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3F #0C3F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FBFD;
--charcoal-100: #E1F7FA;
--charcoal-200: #C7F0F5;
--charcoal-300: #9BE4ED;
--charcoal-400: #67D6E4;
--charcoal-500: #3CCADD;
--charcoal-600: #22ACBF;
--charcoal-700: #1B8998;
--charcoal-800: #13626C;
--charcoal-900: #0C3F45;
--charcoal-950: #08272B;
}