Charcoal
#0D1D45
BlueColor Codes
All color formats for development
HEX
#0D1D45RGB
rgb(13, 29, 69)HSL
hsl(223, 68%, 16%)OKLCH
oklch(0.244 0.078 264.8)CMYK
cmyk(81%, 58%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1A3E
2#0A1737
3#091430
4#081129
5#070E22
6#050C1B
7#040915
8#03060E
9#010307
Tints
Lighter variations
1#142C69
2#1B3B8D
3#224AB1
4#2859D4
5#4B74DD
6#6F90E4
7#93ACEA
8#B7C8F1
9#DBE3F8
Tones
Muted variations
1#101E42
2#131F3F
3#15203C
4#182239
5#1B2337
6#1E2434
7#202531
8#23262E
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D4 #C7D4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB3 #9CB3EC | BordersInactive statesPlaceholder text |
| 400 | 698B #698BE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E6A #3E6ADA | Primary brand colorCTAsActive elementsLinks |
| 600 | 244F #244FBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D3F #1D3F96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 142D #142D6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1D #0D1D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0812 #08122B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FD;
--charcoal-100: #E1E8F9;
--charcoal-200: #C7D4F4;
--charcoal-300: #9CB3EC;
--charcoal-400: #698BE2;
--charcoal-500: #3E6ADA;
--charcoal-600: #244FBC;
--charcoal-700: #1D3F96;
--charcoal-800: #142D6B;
--charcoal-900: #0D1D45;
--charcoal-950: #08122B;
}