Charcoal
#14476B
BlueColor Codes
All color formats for development
HEX
#14476BRGB
rgb(20, 71, 107)HSL
hsl(205, 69%, 25%)OKLCH
oklch(0.383 0.081 244)CMYK
cmyk(81%, 34%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#124061
2#103956
3#0E324B
4#0C2B41
5#0A2436
6#081C2B
7#061520
8#040E16
9#02070B
Tints
Lighter variations
1#1A5C8C
2#2072AC
3#2687CD
4#3D99DB
5#5DAAE1
6#7EBBE7
7#9ECCED
8#BEDDF3
9#DFEEF9
Tones
Muted variations
1#184667
2#1D4663
3#21455F
4#25445A
5#2A4356
6#2E4351
7#33424D
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 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E2 #C7E2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCB #9CCBED | BordersInactive statesPlaceholder text |
| 400 | 68B0 #68B0E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D99 #3D99DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 237D #237DBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C64 #1C6497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1447 #14476C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2D #0D2D45 | Primary textHigh emphasis contentDark headings |
| 950 | 081C #081C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E1EFF9;
--charcoal-200: #C7E2F5;
--charcoal-300: #9CCBED;
--charcoal-400: #68B0E3;
--charcoal-500: #3D99DB;
--charcoal-600: #237DBE;
--charcoal-700: #1C6497;
--charcoal-800: #14476C;
--charcoal-900: #0D2D45;
--charcoal-950: #081C2B;
}