Charcoal
#0F3C43
CyanColor Codes
All color formats for development
HEX
#0F3C43RGB
rgb(15, 60, 67)HSL
hsl(188, 63%, 16%)OKLCH
oklch(0.33 0.049 209.8)CMYK
cmyk(78%, 10%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E363C
2#0C3035
3#0B2A2F
4#092428
5#081E21
6#06181B
7#051214
8#030C0D
9#020607
Tints
Lighter variations
1#175B65
2#1F7A88
3#279AAB
4#2FB9CE
5#50C5D7
6#73D1DF
7#96DCE7
8#B9E8EF
9#DCF3F7
Tones
Muted variations
1#123A40
2#14383D
3#17363B
4#193438
5#1C3236
6#1F3033
7#212E31
8#242D2E
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9ED #C9EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDF #9FDFE9 | BordersInactive statesPlaceholder text |
| 400 | 6ECF #6ECFDE | Disabled statesSecondary iconsMuted text |
| 500 | 44C1 #44C1D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA4 #2AA4B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2182 #218291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185D #185D68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3C #0F3C43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E2F5F8;
--charcoal-200: #C9EDF3;
--charcoal-300: #9FDFE9;
--charcoal-400: #6ECFDE;
--charcoal-500: #44C1D5;
--charcoal-600: #2AA4B7;
--charcoal-700: #218291;
--charcoal-800: #185D68;
--charcoal-900: #0F3C43;
--charcoal-950: #09252A;
}