Charcoal
#14446C
BlueColor Codes
All color formats for development
HEX
#14446CRGB
rgb(20, 68, 108)HSL
hsl(207, 69%, 25%)OKLCH
oklch(0.376 0.085 247.9)CMYK
cmyk(81%, 37%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#123D61
2#103756
3#0E304B
4#0C2941
5#0A2236
6#081B2B
7#061420
8#040E16
9#02070B
Tints
Lighter variations
1#1A598C
2#206DAC
3#2681CD
4#3D94DB
5#5DA6E1
6#7EB8E7
7#9ECAED
8#BEDBF3
9#DFEDF9
Tones
Muted variations
1#184467
2#1D4363
3#21435F
4#25425A
5#2A4256
6#2E4251
7#33414D
8#374149
9#3B4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E0 #C7E0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC8 #9CC8ED | BordersInactive statesPlaceholder text |
| 400 | 68AC #68ACE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D94 #3D94DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2378 #2378BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C5F #1C5F97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1444 #14446C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2C #0D2C45 | Primary textHigh emphasis contentDark headings |
| 950 | 081B #081B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E1EEF9;
--charcoal-200: #C7E0F5;
--charcoal-300: #9CC8ED;
--charcoal-400: #68ACE3;
--charcoal-500: #3D94DB;
--charcoal-600: #2378BE;
--charcoal-700: #1C5F97;
--charcoal-800: #14446C;
--charcoal-900: #0D2C45;
--charcoal-950: #081B2B;
}