Charcoal
#0D4873
BlueColor Codes
All color formats for development
HEX
#0D4873RGB
rgb(13, 72, 115)HSL
hsl(205, 80%, 25%)OKLCH
oklch(0.389 0.093 246.3)CMYK
cmyk(89%, 37%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B4167
2#0A3A5C
3#093350
4#082B45
5#062439
6#051D2E
7#041622
8#030E17
9#01070B
Tints
Lighter variations
1#115E95
2#1474B8
3#1889DA
4#309CE8
5#53ACEC
6#75BDF0
7#98CDF4
8#BADEF7
9#DDEEFB
Tones
Muted variations
1#12476E
2#174769
3#1C4663
4#21455E
5#264459
6#2B4354
7#30424F
8#36414A
9#3B4145
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E2 #C3E2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CC #95CCF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB2 #5EB2ED | Disabled statesSecondary iconsMuted text |
| 500 | 309C #309CE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 167F #167FCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1265 #1265A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D48 #0D4873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082E #082E49 | Primary textHigh emphasis contentDark headings |
| 950 | 051D #051D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FD;
--charcoal-100: #DFF0FB;
--charcoal-200: #C3E2F8;
--charcoal-300: #95CCF3;
--charcoal-400: #5EB2ED;
--charcoal-500: #309CE8;
--charcoal-600: #167FCA;
--charcoal-700: #1265A1;
--charcoal-800: #0D4873;
--charcoal-900: #082E49;
--charcoal-950: #051D2E;
}