Charcoal
#0D1B45
BlueColor Codes
All color formats for development
HEX
#0D1B45RGB
rgb(13, 27, 69)HSL
hsl(225, 68%, 16%)OKLCH
oklch(0.239 0.081 266.3)CMYK
cmyk(81%, 61%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C183E
2#0A1637
3#091330
4#081029
5#070D22
6#050B1B
7#040815
8#03050E
9#010307
Tints
Lighter variations
1#142969
2#1B378D
3#2245B1
4#2853D4
5#4B6FDD
6#6F8CE4
7#93A9EA
8#B7C6F1
9#DBE2F8
Tones
Muted variations
1#101C42
2#131E3F
3#151F3C
4#182039
5#1B2237
6#1E2334
7#202531
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 | C7D3 #C7D3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB0 #9CB0EC | BordersInactive statesPlaceholder text |
| 400 | 6987 #6987E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E65 #3E65DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 244A #244ABC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D3B #1D3B96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 142A #142A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1B #0D1B45 | Primary textHigh emphasis contentDark headings |
| 950 | 0811 #08112B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FD;
--charcoal-100: #E1E7F9;
--charcoal-200: #C7D3F4;
--charcoal-300: #9CB0EC;
--charcoal-400: #6987E2;
--charcoal-500: #3E65DA;
--charcoal-600: #244ABC;
--charcoal-700: #1D3B96;
--charcoal-800: #142A6B;
--charcoal-900: #0D1B45;
--charcoal-950: #08112B;
}