Charcoal
#0F3B43
CyanColor Codes
All color formats for development
HEX
#0F3B43RGB
rgb(15, 59, 67)HSL
hsl(189, 63%, 16%)OKLCH
oklch(0.327 0.049 212.1)CMYK
cmyk(78%, 12%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E353C
2#0C2F35
3#0B292F
4#092328
5#081D21
6#06181B
7#051214
8#030C0D
9#020607
Tints
Lighter variations
1#175A65
2#1F7988
3#2797AB
4#2FB6CE
5#50C3D7
6#73CFDF
7#96DBE7
8#B9E7EF
9#DCF3F7
Tones
Muted variations
1#123940
2#14373D
3#17353B
4#193438
5#1C3236
6#1F3033
7#212E31
8#242C2E
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 | C9EC #C9ECF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDE #9FDEE9 | BordersInactive statesPlaceholder text |
| 400 | 6ECD #6ECDDE | Disabled statesSecondary iconsMuted text |
| 500 | 44BF #44BFD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA2 #2AA2B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2181 #218191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185C #185C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3B #0F3B43 | 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: #C9ECF3;
--charcoal-300: #9FDEE9;
--charcoal-400: #6ECDDE;
--charcoal-500: #44BFD5;
--charcoal-600: #2AA2B7;
--charcoal-700: #218191;
--charcoal-800: #185C68;
--charcoal-900: #0F3B43;
--charcoal-950: #09252A;
}