Charcoal
#0D4A73
BlueColor Codes
All color formats for development
HEX
#0D4A73RGB
rgb(13, 74, 115)HSL
hsl(204, 80%, 25%)OKLCH
oklch(0.395 0.091 244.4)CMYK
cmyk(89%, 36%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4367
2#0A3B5C
3#093450
4#082C45
5#062539
6#051E2E
7#041622
8#030F17
9#01070B
Tints
Lighter variations
1#116095
2#1476B8
3#188DDA
4#309FE8
5#53AFEC
6#75BFF0
7#98CFF4
8#BADFF7
9#DDEFFB
Tones
Muted variations
1#12496E
2#174869
3#1C4763
4#21465E
5#264559
6#2B4454
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 | C3E3 #C3E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CE #95CEF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB4 #5EB4ED | Disabled statesSecondary iconsMuted text |
| 500 | 309F #309FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1682 #1682CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1268 #1268A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4A #0D4A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082F #082F49 | 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: #C3E3F8;
--charcoal-300: #95CEF3;
--charcoal-400: #5EB4ED;
--charcoal-500: #309FE8;
--charcoal-600: #1682CA;
--charcoal-700: #1268A1;
--charcoal-800: #0D4A73;
--charcoal-900: #082F49;
--charcoal-950: #051E2E;
}