Charcoal
#0F2E43
BlueColor Codes
All color formats for development
HEX
#0F2E43RGB
rgb(15, 46, 67)HSL
hsl(204, 63%, 16%)OKLCH
oklch(0.289 0.053 241.6)CMYK
cmyk(78%, 31%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E293C
2#0C2535
3#0B202F
4#091C28
5#081721
6#06121B
7#050E14
8#03090D
9#020507
Tints
Lighter variations
1#174665
2#1F5E88
3#2776AB
4#2F8ECE
5#50A1D7
6#73B4DF
7#96C7E7
8#B9DAEF
9#DCECF7
Tones
Muted variations
1#122D40
2#142D3D
3#172C3B
4#192C38
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 | C9E2 #C9E2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FCC #9FCCE9 | BordersInactive statesPlaceholder text |
| 400 | 6EB1 #6EB1DE | Disabled statesSecondary iconsMuted text |
| 500 | 449B #449BD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A7E #2A7EB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2164 #216491 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1848 #184868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2E #0F2E43 | Primary textHigh emphasis contentDark headings |
| 950 | 091D #091D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E2EFF8;
--charcoal-200: #C9E2F3;
--charcoal-300: #9FCCE9;
--charcoal-400: #6EB1DE;
--charcoal-500: #449BD5;
--charcoal-600: #2A7EB7;
--charcoal-700: #216491;
--charcoal-800: #184868;
--charcoal-900: #0F2E43;
--charcoal-950: #091D2A;
}