Charcoal
#0D1F44
BlueColor Codes
All color formats for development
HEX
#0D1F44RGB
rgb(13, 31, 68)HSL
hsl(220, 68%, 16%)OKLCH
oklch(0.248 0.074 262.7)CMYK
cmyk(81%, 54%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C1C3E
2#0A1937
3#091630
4#081329
5#071022
6#050D1B
7#040915
8#03060E
9#010307
Tints
Lighter variations
1#143069
2#1B418D
3#2251B1
4#2862D4
5#4B7CDD
6#6F96E4
7#93B0EA
8#B7CAF1
9#DBE5F8
Tones
Muted variations
1#102042
2#13213F
3#15223C
4#182339
5#1B2437
6#1E2534
7#202631
8#23272E
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E9 #E1E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D6 #C7D6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB7 #9CB7EC | BordersInactive statesPlaceholder text |
| 400 | 6992 #6992E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E72 #3E72DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2457 #2457BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D45 #1D4596 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1431 #14316B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D20 #0D2045 | Primary textHigh emphasis contentDark headings |
| 950 | 0814 #08142B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E1E9F9;
--charcoal-200: #C7D6F4;
--charcoal-300: #9CB7EC;
--charcoal-400: #6992E2;
--charcoal-500: #3E72DA;
--charcoal-600: #2457BC;
--charcoal-700: #1D4596;
--charcoal-800: #14316B;
--charcoal-900: #0D2045;
--charcoal-950: #08142B;
}