Charcoal
#0D2644
BlueColor Codes
All color formats for development
HEX
#0D2644RGB
rgb(13, 38, 68)HSL
hsl(213, 68%, 16%)OKLCH
oklch(0.267 0.064 254.7)CMYK
cmyk(81%, 44%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C223E
2#0A1E37
3#091B30
4#081729
5#071322
6#050F1B
7#040B15
8#03080E
9#010407
Tints
Lighter variations
1#143A69
2#1B4E8D
3#2262B1
4#2876D4
5#4B8DDD
6#6FA3E4
7#93BAEA
8#B7D1F1
9#DBE8F8
Tones
Muted variations
1#102642
2#13273F
3#15273C
4#182739
5#1B2737
6#1E2834
7#202831
8#23282E
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DC #C7DCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC0 #9CC0EC | BordersInactive statesPlaceholder text |
| 400 | 69A0 #69A0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E84 #3E84DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2469 #2469BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D53 #1D5396 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143B #143B6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D26 #0D2645 | Primary textHigh emphasis contentDark headings |
| 950 | 0818 #08182B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E1ECF9;
--charcoal-200: #C7DCF4;
--charcoal-300: #9CC0EC;
--charcoal-400: #69A0E2;
--charcoal-500: #3E84DA;
--charcoal-600: #2469BC;
--charcoal-700: #1D5396;
--charcoal-800: #143B6B;
--charcoal-900: #0D2645;
--charcoal-950: #08182B;
}