Charcoal
#0E1744
BlueColor Codes
All color formats for development
HEX
#0E1744RGB
rgb(14, 23, 68)HSL
hsl(230, 66%, 16%)OKLCH
oklch(0.229 0.085 269.7)CMYK
cmyk(79%, 66%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C153D
2#0B1236
3#0A102F
4#080E29
5#070B22
6#06091B
7#040714
8#03050E
9#010207
Tints
Lighter variations
1#152367
2#1C2F8B
3#243BAE
4#2B47D2
5#4D65DB
6#7184E2
7#94A2E9
8#B8C1F0
9#DBE0F8
Tones
Muted variations
1#111941
2#131A3E
3#161C3C
4#191E39
5#1B2036
6#1E2234
7#212331
8#23252E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CF #C8CFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EAB #9EABEB | BordersInactive statesPlaceholder text |
| 400 | 6B7E #6B7EE1 | Disabled statesSecondary iconsMuted text |
| 500 | 415A #415AD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 263F #263FBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E32 #1E3294 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1624 #16246A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E17 #0E1744 | Primary textHigh emphasis contentDark headings |
| 950 | 090E #090E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F4FC;
--charcoal-100: #E1E5F9;
--charcoal-200: #C8CFF4;
--charcoal-300: #9EABEB;
--charcoal-400: #6B7EE1;
--charcoal-500: #415AD8;
--charcoal-600: #263FBA;
--charcoal-700: #1E3294;
--charcoal-800: #16246A;
--charcoal-900: #0E1744;
--charcoal-950: #090E2A;
}