Charcoal
#0E1E44
BlueColor Codes
All color formats for development
HEX
#0E1E44RGB
rgb(14, 30, 68)HSL
hsl(222, 66%, 16%)OKLCH
oklch(0.246 0.075 264.4)CMYK
cmyk(79%, 56%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1B3D
2#0B1836
3#0A152F
4#081229
5#070F22
6#060C1B
7#040914
8#03060E
9#010307
Tints
Lighter variations
1#152E67
2#1C3E8B
3#244DAE
4#2B5DD2
5#4D78DB
6#7193E2
7#94AEE9
8#B8C9F0
9#DBE4F8
Tones
Muted variations
1#111F41
2#13203E
3#16213C
4#192239
5#1B2336
6#1E2434
7#212631
8#23272E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D5 #C8D5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB5 #9EB5EB | BordersInactive statesPlaceholder text |
| 400 | 6B8E #6B8EE1 | Disabled statesSecondary iconsMuted text |
| 500 | 416E #416ED8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2653 #2653BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E42 #1E4294 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162F #162F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1E #0E1E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0913 #09132A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FC;
--charcoal-100: #E1E8F9;
--charcoal-200: #C8D5F4;
--charcoal-300: #9EB5EB;
--charcoal-400: #6B8EE1;
--charcoal-500: #416ED8;
--charcoal-600: #2653BA;
--charcoal-700: #1E4294;
--charcoal-800: #162F6A;
--charcoal-900: #0E1E44;
--charcoal-950: #09132A;
}