Charcoal
#0D1544
BlueColor Codes
All color formats for development
HEX
#0D1544RGB
rgb(13, 21, 68)HSL
hsl(231, 68%, 16%)OKLCH
oklch(0.224 0.089 270.1)CMYK
cmyk(81%, 69%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C133E
2#0A1137
3#090F30
4#080D29
5#070B22
6#05091B
7#040615
8#03040E
9#010207
Tints
Lighter variations
1#142169
2#1B2C8D
3#2237B1
4#2842D4
5#4B61DD
6#6F81E4
7#93A0EA
8#B7C0F1
9#DBDFF8
Tones
Muted variations
1#101742
2#13193F
3#151B3C
4#181D39
5#1B1F37
6#1E2134
7#202331
8#23252E
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CE #C7CEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA8 #9CA8EC | BordersInactive statesPlaceholder text |
| 400 | 697B #697BE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E56 #3E56DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 243B #243BBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D2F #1D2F96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1421 #14216B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D15 #0D1545 | Primary textHigh emphasis contentDark headings |
| 950 | 080D #080D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F4FD;
--charcoal-100: #E1E5F9;
--charcoal-200: #C7CEF4;
--charcoal-300: #9CA8EC;
--charcoal-400: #697BE2;
--charcoal-500: #3E56DA;
--charcoal-600: #243BBC;
--charcoal-700: #1D2F96;
--charcoal-800: #14216B;
--charcoal-900: #0D1545;
--charcoal-950: #080D2B;
}