Charcoal
#082449
BlueColor Codes
All color formats for development
HEX
#082449RGB
rgb(8, 36, 73)HSL
hsl(214, 80%, 16%)OKLCH
oklch(0.263 0.077 256.9)CMYK
cmyk(89%, 51%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072142
2#071D3B
3#061A33
4#05162C
5#041225
6#030F1D
7#020B16
8#02070F
9#010407
Tints
Lighter variations
1#0C3870
2#114B97
3#155EBD
4#1971E4
5#3E88EA
6#65A0EE
7#8BB8F2
8#B2D0F6
9#D8E7FB
Tones
Muted variations
1#0B2546
2#0F2543
3#122640
4#15263C
5#182739
6#1C2736
7#1F2733
8#22282F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DA #C3DAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BE #95BEF3 | BordersInactive statesPlaceholder text |
| 400 | 5E9C #5E9CED | Disabled statesSecondary iconsMuted text |
| 500 | 3080 #3080E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1664 #1664CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1250 #1250A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D39 #0D3973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0824 #082449 | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FD;
--charcoal-100: #DFEBFB;
--charcoal-200: #C3DAF8;
--charcoal-300: #95BEF3;
--charcoal-400: #5E9CED;
--charcoal-500: #3080E8;
--charcoal-600: #1664CA;
--charcoal-700: #1250A1;
--charcoal-800: #0D3973;
--charcoal-900: #082449;
--charcoal-950: #05172E;
}