Charcoal
#0F3A43
CyanColor Codes
All color formats for development
HEX
#0F3A43RGB
rgb(15, 58, 67)HSL
hsl(190, 63%, 16%)OKLCH
oklch(0.324 0.048 214.4)CMYK
cmyk(78%, 13%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E343C
2#0C2E35
3#0B292F
4#092328
5#081D21
6#06171B
7#051114
8#030C0D
9#020607
Tints
Lighter variations
1#175865
2#1F7788
3#2795AB
4#2FB4CE
5#50C1D7
6#73CDDF
7#96DAE7
8#B9E6EF
9#DCF3F7
Tones
Muted variations
1#123840
2#14373D
3#17353B
4#193338
5#1C3136
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 | 9FDD #9FDDE9 | BordersInactive statesPlaceholder text |
| 400 | 6ECB #6ECBDE | Disabled statesSecondary iconsMuted text |
| 500 | 44BC #44BCD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A9F #2A9FB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 217F #217F91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 185B #185B68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3A #0F3A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0924 #09242A | 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: #9FDDE9;
--charcoal-400: #6ECBDE;
--charcoal-500: #44BCD5;
--charcoal-600: #2A9FB7;
--charcoal-700: #217F91;
--charcoal-800: #185B68;
--charcoal-900: #0F3A43;
--charcoal-950: #09242A;
}