Charcoal
#0A2648
BlueColor Codes
All color formats for development
HEX
#0A2648RGB
rgb(10, 38, 72)HSL
hsl(213, 76%, 16%)OKLCH
oklch(0.269 0.072 255.3)CMYK
cmyk(86%, 47%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092241
2#081E39
3#071A32
4#06172B
5#051324
6#040F1D
7#030B16
8#02080E
9#010407
Tints
Lighter variations
1#0F396E
2#144D93
3#1961B9
4#1E75DF
5#438CE5
6#68A3EA
7#8EBAF0
8#B4D1F5
9#D9E8FA
Tones
Muted variations
1#0D2645
2#102642
3#13273F
4#16273B
5#192738
6#1C2835
7#1F2832
8#23282F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EC #E0ECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5DB #C5DBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C0 #98C0F1 | BordersInactive statesPlaceholder text |
| 400 | 629F #629FEA | Disabled statesSecondary iconsMuted text |
| 500 | 3584 #3584E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B68 #1B68C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1552 #15529D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F3B #0F3B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A26 #0A2648 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E0ECFB;
--charcoal-200: #C5DBF7;
--charcoal-300: #98C0F1;
--charcoal-400: #629FEA;
--charcoal-500: #3584E3;
--charcoal-600: #1B68C5;
--charcoal-700: #15529D;
--charcoal-800: #0F3B70;
--charcoal-900: #0A2648;
--charcoal-950: #06182D;
}