Charcoal
#0D1C44
BlueColor Codes
All color formats for development
HEX
#0D1C44RGB
rgb(13, 28, 68)HSL
hsl(224, 68%, 16%)OKLCH
oklch(0.241 0.078 265.4)CMYK
cmyk(81%, 59%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C193E
2#0A1637
3#091330
4#081129
5#070E22
6#050B1B
7#040815
8#03060E
9#010307
Tints
Lighter variations
1#142A69
2#1B398D
3#2248B1
4#2856D4
5#4B72DD
6#6F8EE4
7#93AAEA
8#B7C7F1
9#DBE3F8
Tones
Muted variations
1#101D42
2#131E3F
3#15203C
4#182139
5#1B2237
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 | E1E7 #E1E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D3 #C7D3F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB2 #9CB2EC | BordersInactive statesPlaceholder text |
| 400 | 6989 #6989E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E68 #3E68DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 244D #244DBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D3D #1D3D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 142C #142C6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1C #0D1C45 | 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: #9CB2EC;
--charcoal-400: #6989E2;
--charcoal-500: #3E68DA;
--charcoal-600: #244DBC;
--charcoal-700: #1D3D96;
--charcoal-800: #142C6B;
--charcoal-900: #0D1C45;
--charcoal-950: #08112B;
}