Charcoal
#0B2046
BlueColor Codes
All color formats for development
HEX
#0B2046RGB
rgb(11, 32, 70)HSL
hsl(219, 73%, 16%)OKLCH
oklch(0.252 0.076 261.1)CMYK
cmyk(84%, 54%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1D40
2#091938
3#081631
4#07132A
5#061023
6#040D1C
7#030A15
8#02060E
9#010307
Tints
Lighter variations
1#11316C
2#174191
3#1C52B6
4#2263DB
5#467CE2
6#6B97E8
7#90B1EE
8#B5CBF3
9#DAE5F9
Tones
Muted variations
1#0E2144
2#112241
3#14233E
4#17233B
5#1A2438
6#1D2535
7#202632
8#23272F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D7 #C6D7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB8 #9AB8EF | BordersInactive statesPlaceholder text |
| 400 | 6592 #6592E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3873 #3873E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E58 #1E58C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1846 #18469A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1132 #11326E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B20 #0B2047 | Primary textHigh emphasis contentDark headings |
| 950 | 0714 #07142C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E0E9FA;
--charcoal-200: #C6D7F6;
--charcoal-300: #9AB8EF;
--charcoal-400: #6592E7;
--charcoal-500: #3873E0;
--charcoal-600: #1E58C2;
--charcoal-700: #18469A;
--charcoal-800: #11326E;
--charcoal-900: #0B2047;
--charcoal-950: #07142C;
}