Charcoal
#0C3F46
CyanColor Codes
All color formats for development
HEX
#0C3F46RGB
rgb(12, 63, 70)HSL
hsl(187, 71%, 16%)OKLCH
oklch(0.339 0.052 208.6)CMYK
cmyk(83%, 10%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B393F
2#093238
3#082C31
4#07262A
5#062023
6#05191C
7#041315
8#020D0E
9#010607
Tints
Lighter variations
1#12606A
2#18818F
3#1EA2B4
4#25C3D8
5#48CEE0
6#6CD8E6
7#91E2EC
8#B6EBF3
9#DAF5F9
Tones
Muted variations
1#0F3D43
2#123B40
3#15383D
4#17363A
5#1A3437
6#1D3234
7#202F31
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 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE4 #9BE4EE | BordersInactive statesPlaceholder text |
| 400 | 66D6 #66D6E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BCB #3BCBDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21AD #21ADC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A8A #1A8A99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1262 #12626D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3F #0C3F46 | Primary textHigh emphasis contentDark headings |
| 950 | 0727 #07272C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFD;
--charcoal-100: #E0F7FA;
--charcoal-200: #C6F0F5;
--charcoal-300: #9BE4EE;
--charcoal-400: #66D6E5;
--charcoal-500: #3BCBDE;
--charcoal-600: #21ADC0;
--charcoal-700: #1A8A99;
--charcoal-800: #12626D;
--charcoal-900: #0C3F46;
--charcoal-950: #07272C;
}