Charcoal
#0A2047
BlueColor Codes
All color formats for development
HEX
#0A2047RGB
rgb(10, 32, 71)HSL
hsl(218, 75%, 16%)OKLCH
oklch(0.252 0.078 260.9)CMYK
cmyk(86%, 55%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091D40
2#081A39
3#071732
4#06142B
5#051024
6#040D1D
7#030A15
8#02070E
9#010307
Tints
Lighter variations
1#10326D
2#154392
3#1A54B8
4#2065DD
5#447EE4
6#6998EA
7#8FB2EF
8#B4CCF4
9#DAE5FA
Tones
Muted variations
1#0D2144
2#102241
3#13233E
4#16243B
5#1A2538
6#1D2635
7#202632
8#23272F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EA #E0EAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D7 #C5D7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98B9 #98B9F0 | BordersInactive statesPlaceholder text |
| 400 | 6394 #6394E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3675 #3675E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C5A #1C5AC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1647 #16479C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1033 #103370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A21 #0A2147 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E0EAFB;
--charcoal-200: #C5D7F7;
--charcoal-300: #98B9F0;
--charcoal-400: #6394E9;
--charcoal-500: #3675E2;
--charcoal-600: #1C5AC4;
--charcoal-700: #16479C;
--charcoal-800: #103370;
--charcoal-900: #0A2147;
--charcoal-950: #06142D;
}