Charcoal
#0B2447
BlueColor Codes
All color formats for development
HEX
#0B2447RGB
rgb(11, 36, 71)HSL
hsl(215, 73%, 16%)OKLCH
oklch(0.263 0.072 257.5)CMYK
cmyk(85%, 49%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2040
2#091D38
3#081931
4#07162A
5#061223
6#040E1C
7#030B15
8#02070E
9#010407
Tints
Lighter variations
1#11376C
2#174991
3#1C5CB6
4#226FDB
5#4687E2
6#6B9FE8
7#90B7EE
8#B5CFF3
9#DAE7F9
Tones
Muted variations
1#0E2444
2#112541
3#14253E
4#17263B
5#1A2638
6#1D2735
7#202732
8#23282F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DA #C6DAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ABD #9ABDEF | BordersInactive statesPlaceholder text |
| 400 | 659B #659BE7 | Disabled statesSecondary iconsMuted text |
| 500 | 387E #387EE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E63 #1E63C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 184E #184E9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1138 #11386E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B24 #0B2447 | Primary textHigh emphasis contentDark headings |
| 950 | 0716 #07162C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E0EBFA;
--charcoal-200: #C6DAF6;
--charcoal-300: #9ABDEF;
--charcoal-400: #659BE7;
--charcoal-500: #387EE0;
--charcoal-600: #1E63C2;
--charcoal-700: #184E9A;
--charcoal-800: #11386E;
--charcoal-900: #0B2447;
--charcoal-950: #07162C;
}