Charcoal
#0D4372
BlueColor Codes
All color formats for development
HEX
#0D4372RGB
rgb(13, 67, 114)HSL
hsl(208, 80%, 25%)OKLCH
oklch(0.376 0.097 250.1)CMYK
cmyk(89%, 41%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3C67
2#0A365C
3#092F50
4#082845
5#062239
6#051B2E
7#041422
8#030D17
9#01070B
Tints
Lighter variations
1#115795
2#146BB8
3#1880DA
4#3092E8
5#53A4EC
6#75B7F0
7#98C9F4
8#BADBF7
9#DDEDFB
Tones
Muted variations
1#12436E
2#174269
3#1C4263
4#21425E
5#264159
6#2B4154
7#30414F
8#36404A
9#3B4045
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E0 #C3E0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C7 #95C7F3 | BordersInactive statesPlaceholder text |
| 400 | 5EAB #5EABED | Disabled statesSecondary iconsMuted text |
| 500 | 3092 #3092E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1676 #1676CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 125E #125EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D43 #0D4373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082B #082B49 | Primary textHigh emphasis contentDark headings |
| 950 | 051B #051B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FD;
--charcoal-100: #DFEEFB;
--charcoal-200: #C3E0F8;
--charcoal-300: #95C7F3;
--charcoal-400: #5EABED;
--charcoal-500: #3092E8;
--charcoal-600: #1676CA;
--charcoal-700: #125EA1;
--charcoal-800: #0D4373;
--charcoal-900: #082B49;
--charcoal-950: #051B2E;
}