Charcoal
#0D2145
BlueColor Codes
All color formats for development
HEX
#0D2145RGB
rgb(13, 33, 69)HSL
hsl(219, 68%, 16%)OKLCH
oklch(0.254 0.073 261.1)CMYK
cmyk(81%, 52%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1D3E
2#0A1A37
3#091730
4#081329
5#071022
6#050D1B
7#040A15
8#03060E
9#010307
Tints
Lighter variations
1#143269
2#1B438D
3#2254B1
4#2865D4
5#4B7EDD
6#6F98E4
7#93B2EA
8#B7CBF1
9#DBE5F8
Tones
Muted variations
1#102142
2#13223F
3#15233C
4#182439
5#1B2537
6#1E2534
7#202631
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 | C7D7 #C7D7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB8 #9CB8EC | BordersInactive statesPlaceholder text |
| 400 | 6994 #6994E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E75 #3E75DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2459 #2459BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D47 #1D4796 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1433 #14336B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D20 #0D2045 | Primary textHigh emphasis contentDark headings |
| 950 | 0814 #08142B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E1EAF9;
--charcoal-200: #C7D7F4;
--charcoal-300: #9CB8EC;
--charcoal-400: #6994E2;
--charcoal-500: #3E75DA;
--charcoal-600: #2459BC;
--charcoal-700: #1D4796;
--charcoal-800: #14336B;
--charcoal-900: #0D2045;
--charcoal-950: #08142B;
}