Charcoal
#08204A
BlueColor Codes
All color formats for development
HEX
#08204ARGB
rgb(8, 32, 74)HSL
hsl(218, 80%, 16%)OKLCH
oklch(0.254 0.084 260.7)CMYK
cmyk(89%, 57%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071D42
2#071A3B
3#061633
4#05132C
5#041025
6#030D1D
7#020A16
8#02060F
9#010307
Tints
Lighter variations
1#0C3170
2#114297
3#1553BD
4#1963E4
5#3E7DEA
6#6597EE
7#8BB1F2
8#B2CBF6
9#D8E5FB
Tones
Muted variations
1#0B2146
2#0F2243
3#122340
4#15243C
5#182439
6#1C2536
7#1F2633
8#22272F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D7 #C3D7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B8 #95B8F3 | BordersInactive statesPlaceholder text |
| 400 | 5E93 #5E93ED | Disabled statesSecondary iconsMuted text |
| 500 | 3074 #3074E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1658 #1658CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1246 #1246A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D32 #0D3273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0820 #082049 | Primary textHigh emphasis contentDark headings |
| 950 | 0514 #05142E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F6FD;
--charcoal-100: #DFE9FB;
--charcoal-200: #C3D7F8;
--charcoal-300: #95B8F3;
--charcoal-400: #5E93ED;
--charcoal-500: #3074E8;
--charcoal-600: #1658CA;
--charcoal-700: #1246A1;
--charcoal-800: #0D3273;
--charcoal-900: #082049;
--charcoal-950: #05142E;
}