Charcoal
#0A2148
BlueColor Codes
All color formats for development
HEX
#0A2148RGB
rgb(10, 33, 72)HSL
hsl(218, 76%, 16%)OKLCH
oklch(0.256 0.079 260.3)CMYK
cmyk(86%, 54%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#091D41
2#081A39
3#071732
4#06142B
5#051024
6#040D1D
7#030A16
8#02070E
9#010307
Tints
Lighter variations
1#0F326E
2#144393
3#1954B9
4#1E65DF
5#437EE5
6#6898EA
7#8EB2F0
8#B4CBF5
9#D9E5FA
Tones
Muted variations
1#0D2145
2#102242
3#13233F
4#16243B
5#192538
6#1C2535
7#1F2632
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 | 98B8 #98B8F1 | BordersInactive statesPlaceholder text |
| 400 | 6294 #6294EA | Disabled statesSecondary iconsMuted text |
| 500 | 3575 #3575E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B59 #1B59C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1547 #15479D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F33 #0F3370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A21 #0A2148 | 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: #98B8F1;
--charcoal-400: #6294EA;
--charcoal-500: #3575E3;
--charcoal-600: #1B59C5;
--charcoal-700: #15479D;
--charcoal-800: #0F3370;
--charcoal-900: #0A2148;
--charcoal-950: #06142D;
}