Charcoal
#0D1A45
BlueColor Codes
All color formats for development
HEX
#0D1A45RGB
rgb(13, 26, 69)HSL
hsl(226, 68%, 16%)OKLCH
oklch(0.237 0.083 267.1)CMYK
cmyk(81%, 62%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C173E
2#0A1537
3#091230
4#081029
5#070D22
6#050A1B
7#040815
8#03050E
9#010307
Tints
Lighter variations
1#142869
2#1B358D
3#2243B1
4#2851D4
5#4B6DDD
6#6F8AE4
7#93A7EA
8#B7C5F1
9#DBE2F8
Tones
Muted variations
1#101B42
2#131D3F
3#151E3C
4#182039
5#1B2137
6#1E2334
7#202431
8#23262E
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E7 #E1E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D2 #C7D2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CAF #9CAFEC | BordersInactive statesPlaceholder text |
| 400 | 6985 #6985E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E63 #3E63DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2448 #2448BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D39 #1D3996 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1429 #14296B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1A #0D1A45 | Primary textHigh emphasis contentDark headings |
| 950 | 0810 #08102B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FD;
--charcoal-100: #E1E7F9;
--charcoal-200: #C7D2F4;
--charcoal-300: #9CAFEC;
--charcoal-400: #6985E2;
--charcoal-500: #3E63DA;
--charcoal-600: #2448BC;
--charcoal-700: #1D3996;
--charcoal-800: #14296B;
--charcoal-900: #0D1A45;
--charcoal-950: #08102B;
}