Charcoal
#0F3843
CyanColor Codes
All color formats for development
HEX
#0F3843RGB
rgb(15, 56, 67)HSL
hsl(193, 63%, 16%)OKLCH
oklch(0.318 0.048 219.2)CMYK
cmyk(78%, 16%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E323C
2#0C2C35
3#0B272F
4#092128
5#081C21
6#06161B
7#051114
8#030B0D
9#020607
Tints
Lighter variations
1#175465
2#1F7188
3#278FAB
4#2FACCE
5#50BAD7
6#73C8DF
7#96D6E7
8#B9E3EF
9#DCF1F7
Tones
Muted variations
1#123640
2#14343D
3#17333B
4#193238
5#1C3036
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 | 9FD9 #9FD9E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC6 #6EC6DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B5 #44B5D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A98 #2A98B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2179 #217991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1857 #185768 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F37 #0F3743 | 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: #9FD9E9;
--charcoal-400: #6EC6DE;
--charcoal-500: #44B5D5;
--charcoal-600: #2A98B7;
--charcoal-700: #217991;
--charcoal-800: #185768;
--charcoal-900: #0F3743;
--charcoal-950: #09232A;
}