Charcoal
#0E2344
BlueColor Codes
All color formats for development
HEX
#0E2344RGB
rgb(14, 35, 68)HSL
hsl(217, 66%, 16%)OKLCH
oklch(0.259 0.068 259.2)CMYK
cmyk(79%, 49%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1F3D
2#0B1C36
3#0A182F
4#081529
5#071122
6#060E1B
7#040A14
8#03070E
9#010307
Tints
Lighter variations
1#153567
2#1C478B
3#2459AE
4#2B6BD2
5#4D83DB
6#719CE2
7#94B5E9
8#B8CEF0
9#DBE6F8
Tones
Muted variations
1#112341
2#13243E
3#16243C
4#192539
5#1B2636
6#1E2634
7#212731
8#23282E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EA #E1EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D9 #C8D9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EBB #9EBBEB | BordersInactive statesPlaceholder text |
| 400 | 6B98 #6B98E1 | Disabled statesSecondary iconsMuted text |
| 500 | 417B #417BD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 265F #265FBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E4C #1E4C94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1636 #16366A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E23 #0E2344 | Primary textHigh emphasis contentDark headings |
| 950 | 0916 #09162A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FC;
--charcoal-100: #E1EAF9;
--charcoal-200: #C8D9F4;
--charcoal-300: #9EBBEB;
--charcoal-400: #6B98E1;
--charcoal-500: #417BD8;
--charcoal-600: #265FBA;
--charcoal-700: #1E4C94;
--charcoal-800: #16366A;
--charcoal-900: #0E2344;
--charcoal-950: #09162A;
}