Charcoal
#0F2D43
BlueColor Codes
All color formats for development
HEX
#0F2D43RGB
rgb(15, 45, 67)HSL
hsl(205, 63%, 16%)OKLCH
oklch(0.286 0.054 243.6)CMYK
cmyk(78%, 33%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E293C
2#0C2435
3#0B202F
4#091B28
5#081721
6#06121B
7#050E14
8#03090D
9#020507
Tints
Lighter variations
1#174565
2#1F5C88
3#2774AB
4#2F8CCE
5#509FD7
6#73B2DF
7#96C5E7
8#B9D9EF
9#DCECF7
Tones
Muted variations
1#122D40
2#142C3D
3#172C3B
4#192B38
5#1C2B36
6#1F2B33
7#212A31
8#242A2E
9#26292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E1 #C9E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCB #9FCBE9 | BordersInactive statesPlaceholder text |
| 400 | 6EAF #6EAFDE | Disabled statesSecondary iconsMuted text |
| 500 | 4498 #4498D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A7C #2A7CB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2163 #216391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1846 #184668 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2D #0F2D43 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E2EFF8;
--charcoal-200: #C9E1F3;
--charcoal-300: #9FCBE9;
--charcoal-400: #6EAFDE;
--charcoal-500: #4498D5;
--charcoal-600: #2A7CB7;
--charcoal-700: #216391;
--charcoal-800: #184668;
--charcoal-900: #0F2D43;
--charcoal-950: #091C2A;
}