Charcoal
#0E2443
BlueColor Codes
All color formats for development
HEX
#0E2443RGB
rgb(14, 36, 67)HSL
hsl(215, 65%, 16%)OKLCH
oklch(0.261 0.065 257.4)CMYK
cmyk(79%, 46%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D213D
2#0B1D36
3#0A192F
4#091628
5#071222
6#060F1B
7#040B14
8#03070D
9#010407
Tints
Lighter variations
1#163767
2#1D4B8A
3#255EAD
4#2C71D1
5#4E88DA
6#72A0E1
7#95B8E9
8#B8D0F0
9#DCE7F8
Tones
Muted variations
1#112541
2#14253E
3#16263B
4#192639
5#1C2736
6#1E2733
7#212731
8#23282E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DA #C8DAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EBE #9EBEEA | BordersInactive statesPlaceholder text |
| 400 | 6C9C #6C9CE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4280 #4280D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2764 #2764B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F50 #1F5093 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1639 #163969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E24 #0E2443 | Primary textHigh emphasis contentDark headings |
| 950 | 0917 #09172A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FC;
--charcoal-100: #E2EBF9;
--charcoal-200: #C8DAF3;
--charcoal-300: #9EBEEA;
--charcoal-400: #6C9CE0;
--charcoal-500: #4280D7;
--charcoal-600: #2764B9;
--charcoal-700: #1F5093;
--charcoal-800: #163969;
--charcoal-900: #0E2443;
--charcoal-950: #09172A;
}