Charcoal
#14416B
BlueColor Codes
All color formats for development
HEX
#14416BRGB
rgb(20, 65, 107)HSL
hsl(209, 69%, 25%)OKLCH
oklch(0.368 0.087 250.3)CMYK
cmyk(81%, 39%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#123B61
2#103456
3#0E2E4B
4#0C2741
5#0A2136
6#081A2B
7#061420
8#040D16
9#02070B
Tints
Lighter variations
1#1A558C
2#2068AC
3#267CCD
4#3D8FDB
5#5DA2E1
6#7EB4E7
7#9EC7ED
8#BEDAF3
9#DFECF9
Tones
Muted variations
1#184167
2#1D4163
3#21415F
4#25415A
5#2A4056
6#2E4051
7#33404D
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 | 9CC6 #9CC6ED | BordersInactive statesPlaceholder text |
| 400 | 68A8 #68A8E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D8F #3D8FDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2373 #2373BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C5B #1C5B97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1441 #14416C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2A #0D2A45 | Primary textHigh emphasis contentDark headings |
| 950 | 081A #081A2B | 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: #9CC6ED;
--charcoal-400: #68A8E3;
--charcoal-500: #3D8FDB;
--charcoal-600: #2373BE;
--charcoal-700: #1C5B97;
--charcoal-800: #14416C;
--charcoal-900: #0D2A45;
--charcoal-950: #081A2B;
}