Charcoal
#0E1544
BlueColor Codes
All color formats for development
HEX
#0E1544RGB
rgb(14, 21, 68)HSL
hsl(232, 66%, 16%)OKLCH
oklch(0.225 0.088 270.9)CMYK
cmyk(79%, 69%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C133D
2#0B1136
3#0A0F2F
4#080D29
5#070B22
6#06081B
7#040614
8#03040E
9#010207
Tints
Lighter variations
1#152067
2#1C2B8B
3#2436AE
4#2B41D2
5#4D60DB
6#7180E2
7#94A0E9
8#B8BFF0
9#DBDFF8
Tones
Muted variations
1#111741
2#13193E
3#161B3C
4#191D39
5#1B1F36
6#1E2134
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 | C8CE #C8CEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA8 #9EA8EB | BordersInactive statesPlaceholder text |
| 400 | 6B7B #6B7BE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4155 #4155D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 263A #263ABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E2E #1E2E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1621 #16216A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E15 #0E1544 | Primary textHigh emphasis contentDark headings |
| 950 | 090D #090D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F4FC;
--charcoal-100: #E1E5F9;
--charcoal-200: #C8CEF4;
--charcoal-300: #9EA8EB;
--charcoal-400: #6B7BE1;
--charcoal-500: #4155D8;
--charcoal-600: #263ABA;
--charcoal-700: #1E2E94;
--charcoal-800: #16216A;
--charcoal-900: #0E1544;
--charcoal-950: #090D2A;
}