Charcoal
#0A2647
BlueColor Codes
All color formats for development
HEX
#0A2647RGB
rgb(10, 38, 71)HSL
hsl(212, 75%, 16%)OKLCH
oklch(0.268 0.07 254.8)CMYK
cmyk(86%, 46%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#092340
2#081F39
3#071B32
4#06172B
5#051324
6#04101D
7#030C15
8#02080E
9#010407
Tints
Lighter variations
1#103B6D
2#154F92
3#1A64B8
4#2078DD
5#448FE4
6#69A5EA
7#8FBCEF
8#B4D2F4
9#DAE9FA
Tones
Muted variations
1#0D2744
2#102741
3#13273E
4#16283B
5#1A2838
6#1D2835
7#202832
8#23282F
9#26292C
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 | C5DC #C5DCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98C1 #98C1F0 | BordersInactive statesPlaceholder text |
| 400 | 63A1 #63A1E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3687 #3687E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C6B #1C6BC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1655 #16559C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 103D #103D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A27 #0A2747 | 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: #C5DCF7;
--charcoal-300: #98C1F0;
--charcoal-400: #63A1E9;
--charcoal-500: #3687E2;
--charcoal-600: #1C6BC4;
--charcoal-700: #16559C;
--charcoal-800: #103D70;
--charcoal-900: #0A2747;
--charcoal-950: #06182D;
}