Charcoal
#0F3943
CyanColor Codes
All color formats for development
HEX
#0F3943RGB
rgb(15, 57, 67)HSL
hsl(192, 63%, 16%)OKLCH
oklch(0.321 0.048 216.8)CMYK
cmyk(78%, 15%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E333C
2#0C2D35
3#0B272F
4#092228
5#081C21
6#06161B
7#051114
8#030B0D
9#020607
Tints
Lighter variations
1#175665
2#1F7388
3#2791AB
4#2FAECE
5#50BCD7
6#73CADF
7#96D7E7
8#B9E4EF
9#DCF2F7
Tones
Muted variations
1#123740
2#14353D
3#17343B
4#193238
5#1C3136
6#1F2F33
7#212D31
8#242C2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EA #C9EAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FDB #9FDBE9 | BordersInactive statesPlaceholder text |
| 400 | 6EC7 #6EC7DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B8 #44B8D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A9B #2A9BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 217B #217B91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1858 #185868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F38 #0F3843 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E2F4F8;
--charcoal-200: #C9EAF3;
--charcoal-300: #9FDBE9;
--charcoal-400: #6EC7DE;
--charcoal-500: #44B8D5;
--charcoal-600: #2A9BB7;
--charcoal-700: #217B91;
--charcoal-800: #185868;
--charcoal-900: #0F3843;
--charcoal-950: #09232A;
}