Charcoal
#0D4573
BlueColor Codes
All color formats for development
HEX
#0D4573RGB
rgb(13, 69, 115)HSL
hsl(207, 80%, 25%)OKLCH
oklch(0.382 0.096 248.9)CMYK
cmyk(89%, 40%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3E67
2#0A375C
3#093050
4#082945
5#062239
6#051C2E
7#041522
8#030E17
9#01070B
Tints
Lighter variations
1#115A95
2#146EB8
3#1883DA
4#3095E8
5#53A7EC
6#75B9F0
7#98CAF4
8#BADCF7
9#DDEDFB
Tones
Muted variations
1#12446E
2#174469
3#1C4363
4#21435E
5#264259
6#2B4254
7#30414F
8#36414A
9#3B4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C9 #95C9F3 | BordersInactive statesPlaceholder text |
| 400 | 5EAD #5EADED | Disabled statesSecondary iconsMuted text |
| 500 | 3095 #3095E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1679 #1679CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1260 #1260A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D45 #0D4573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082C #082C49 | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FD;
--charcoal-100: #DFEFFB;
--charcoal-200: #C3E1F8;
--charcoal-300: #95C9F3;
--charcoal-400: #5EADED;
--charcoal-500: #3095E8;
--charcoal-600: #1679CA;
--charcoal-700: #1260A1;
--charcoal-800: #0D4573;
--charcoal-900: #082C49;
--charcoal-950: #051C2E;
}