Charcoal
#14436C
BlueColor Codes
All color formats for development
HEX
#14436CRGB
rgb(20, 67, 108)HSL
hsl(208, 69%, 25%)OKLCH
oklch(0.374 0.086 248.9)CMYK
cmyk(81%, 38%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#123C61
2#103556
3#0E2F4B
4#0C2841
5#0A2136
6#081B2B
7#061420
8#040D16
9#02070B
Tints
Lighter variations
1#1A578C
2#206BAC
3#267FCD
4#3D92DB
5#5DA4E1
6#7EB6E7
7#9EC8ED
8#BEDBF3
9#DFEDF9
Tones
Muted variations
1#184267
2#1D4263
3#21425F
4#25425A
5#2A4156
6#2E4151
7#33414D
8#374049
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 | C7DF #C7DFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC7 #9CC7ED | BordersInactive statesPlaceholder text |
| 400 | 68AA #68AAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D92 #3D92DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2375 #2375BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C5D #1C5D97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1443 #14436C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2B #0D2B45 | 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: #C7DFF5;
--charcoal-300: #9CC7ED;
--charcoal-400: #68AAE3;
--charcoal-500: #3D92DB;
--charcoal-600: #2375BE;
--charcoal-700: #1C5D97;
--charcoal-800: #14436C;
--charcoal-900: #0D2B45;
--charcoal-950: #081B2B;
}