Charcoal
#0D4773
BlueColor Codes
All color formats for development
HEX
#0D4773RGB
rgb(13, 71, 115)HSL
hsl(206, 80%, 25%)OKLCH
oklch(0.387 0.094 247.2)CMYK
cmyk(89%, 38%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B3F67
2#0A385C
3#093150
4#082A45
5#062339
6#051C2E
7#041522
8#030E17
9#01070B
Tints
Lighter variations
1#115C95
2#1471B8
3#1886DA
4#3098E8
5#53AAEC
6#75BBF0
7#98CCF4
8#BADDF7
9#DDEEFB
Tones
Muted variations
1#12466E
2#174569
3#1C4563
4#21445E
5#264359
6#2B4254
7#30424F
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 | 95CB #95CBF3 | BordersInactive statesPlaceholder text |
| 400 | 5EAF #5EAFED | Disabled statesSecondary iconsMuted text |
| 500 | 3098 #3098E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 167C #167CCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1263 #1263A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D47 #0D4773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082D #082D49 | 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: #95CBF3;
--charcoal-400: #5EAFED;
--charcoal-500: #3098E8;
--charcoal-600: #167CCA;
--charcoal-700: #1263A1;
--charcoal-800: #0D4773;
--charcoal-900: #082D49;
--charcoal-950: #051C2E;
}