Charcoal
#0E2043
BlueColor Codes
All color formats for development
HEX
#0E2043RGB
rgb(14, 32, 67)HSL
hsl(220, 65%, 16%)OKLCH
oklch(0.251 0.07 262.1)CMYK
cmyk(79%, 52%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D1D3D
2#0B1A36
3#0A162F
4#091328
5#071022
6#060D1B
7#040A14
8#03060D
9#010307
Tints
Lighter variations
1#163167
2#1D428A
3#2552AD
4#2C63D1
5#4E7DDA
6#7297E1
7#95B1E9
8#B8CBF0
9#DCE5F8
Tones
Muted variations
1#112141
2#14223E
3#16233B
4#192339
5#1C2436
6#1E2533
7#212631
8#23272E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D7 #C8D7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB8 #9EB8EA | BordersInactive statesPlaceholder text |
| 400 | 6C92 #6C92E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4273 #4273D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2758 #2758B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F46 #1F4693 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1632 #163269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E20 #0E2043 | Primary textHigh emphasis contentDark headings |
| 950 | 0914 #09142A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FC;
--charcoal-100: #E2E9F9;
--charcoal-200: #C8D7F3;
--charcoal-300: #9EB8EA;
--charcoal-400: #6C92E0;
--charcoal-500: #4273D7;
--charcoal-600: #2758B9;
--charcoal-700: #1F4693;
--charcoal-800: #163269;
--charcoal-900: #0E2043;
--charcoal-950: #09142A;
}