Charcoal
#0D4C73
BlueColor Codes
All color formats for development
HEX
#0D4C73RGB
rgb(13, 76, 115)HSL
hsl(203, 80%, 25%)OKLCH
oklch(0.4 0.089 242.5)CMYK
cmyk(89%, 34%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4467
2#0A3D5C
3#093550
4#082D45
5#062639
6#051E2E
7#041722
8#030F17
9#01080B
Tints
Lighter variations
1#116295
2#1479B8
3#1890DA
4#30A2E8
5#53B1EC
6#75C1F0
7#98D0F4
8#BAE0F7
9#DDEFFB
Tones
Muted variations
1#124A6E
2#174969
3#1C4863
4#21475E
5#264659
6#2B4554
7#30434F
8#36424A
9#3B4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E4 #C3E4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CF #95CFF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB6 #5EB6ED | Disabled statesSecondary iconsMuted text |
| 500 | 30A2 #30A2E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1685 #1685CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 126A #126AA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4C #0D4C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0830 #083049 | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FD;
--charcoal-100: #DFF0FB;
--charcoal-200: #C3E4F8;
--charcoal-300: #95CFF3;
--charcoal-400: #5EB6ED;
--charcoal-500: #30A2E8;
--charcoal-600: #1685CA;
--charcoal-700: #126AA1;
--charcoal-800: #0D4C73;
--charcoal-900: #083049;
--charcoal-950: #051E2E;
}