Charcoal
#0C2846
BlueColor Codes
All color formats for development
HEX
#0C2846RGB
rgb(12, 40, 70)HSL
hsl(211, 71%, 16%)OKLCH
oklch(0.273 0.065 252.7)CMYK
cmyk(83%, 43%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B243F
2#092038
3#081C31
4#07182A
5#061423
6#05101C
7#040C15
8#02080E
9#010407
Tints
Lighter variations
1#123D6A
2#18528F
3#1E67B4
4#257BD8
5#4891E0
6#6CA7E6
7#91BDEC
8#B6D3F3
9#DAE9F9
Tones
Muted variations
1#0F2843
2#122840
3#15283D
4#17283A
5#1A2837
6#1D2834
7#202931
8#23292F
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0ED #E0EDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DD #C6DDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC3 #9BC3EE | BordersInactive statesPlaceholder text |
| 400 | 66A4 #66A4E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B8A #3B8ADE | Primary brand colorCTAsActive elementsLinks |
| 600 | 216E #216EC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A57 #1A5799 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 123E #123E6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C28 #0C2846 | Primary textHigh emphasis contentDark headings |
| 950 | 0719 #07192C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E0EDFA;
--charcoal-200: #C6DDF5;
--charcoal-300: #9BC3EE;
--charcoal-400: #66A4E5;
--charcoal-500: #3B8ADE;
--charcoal-600: #216EC0;
--charcoal-700: #1A5799;
--charcoal-800: #123E6D;
--charcoal-900: #0C2846;
--charcoal-950: #07192C;
}