Charcoal
#08244A
BlueColor Codes
All color formats for development
HEX
#08244ARGB
rgb(8, 36, 74)HSL
hsl(215, 80%, 16%)OKLCH
oklch(0.264 0.078 257.3)CMYK
cmyk(89%, 51%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072042
2#071C3B
3#061933
4#05152C
5#041225
6#030E1D
7#020B16
8#02070F
9#010407
Tints
Lighter variations
1#0C3670
2#114897
3#155BBD
4#196EE4
5#3E86EA
6#659EEE
7#8BB6F2
8#B2CEF6
9#D8E7FB
Tones
Muted variations
1#0B2446
2#0F2443
3#122540
4#15263C
5#182639
6#1C2736
7#1F2733
8#22282F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D9 #C3D9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BD #95BDF3 | BordersInactive statesPlaceholder text |
| 400 | 5E9A #5E9AED | Disabled statesSecondary iconsMuted text |
| 500 | 307D #307DE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1661 #1661CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 124D #124DA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D37 #0D3773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0823 #082349 | Primary textHigh emphasis contentDark headings |
| 950 | 0516 #05162E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F6FD;
--charcoal-100: #DFEBFB;
--charcoal-200: #C3D9F8;
--charcoal-300: #95BDF3;
--charcoal-400: #5E9AED;
--charcoal-500: #307DE8;
--charcoal-600: #1661CA;
--charcoal-700: #124DA1;
--charcoal-800: #0D3773;
--charcoal-900: #082349;
--charcoal-950: #05162E;
}