Charcoal
#0D2144
BlueColor Codes
All color formats for development
HEX
#0D2144RGB
rgb(13, 33, 68)HSL
hsl(218, 68%, 16%)OKLCH
oklch(0.254 0.071 260.7)CMYK
cmyk(81%, 51%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1E3E
2#0A1B37
3#091730
4#081429
5#071122
6#050D1B
7#040A15
8#03070E
9#010307
Tints
Lighter variations
1#143369
2#1B448D
3#2256B1
4#2868D4
5#4B80DD
6#6F9AE4
7#93B3EA
8#B7CCF1
9#DBE6F8
Tones
Muted variations
1#102242
2#13233F
3#15243C
4#182439
5#1B2537
6#1E2634
7#202731
8#23272E
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EA #E1EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D8 #C7D8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBA #9CBAEC | BordersInactive statesPlaceholder text |
| 400 | 6996 #6996E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E77 #3E77DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 245C #245CBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D49 #1D4996 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1434 #14346B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D21 #0D2145 | Primary textHigh emphasis contentDark headings |
| 950 | 0815 #08152B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E1EAF9;
--charcoal-200: #C7D8F4;
--charcoal-300: #9CBAEC;
--charcoal-400: #6996E2;
--charcoal-500: #3E77DA;
--charcoal-600: #245CBC;
--charcoal-700: #1D4996;
--charcoal-800: #14346B;
--charcoal-900: #0D2145;
--charcoal-950: #08152B;
}