Charcoal
#14466C
BlueColor Codes
All color formats for development
HEX
#14466CRGB
rgb(20, 70, 108)HSL
hsl(206, 69%, 25%)OKLCH
oklch(0.381 0.083 245.8)CMYK
cmyk(81%, 35%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#123F61
2#103856
3#0E314B
4#0C2A41
5#0A2336
6#081C2B
7#061520
8#040E16
9#02070B
Tints
Lighter variations
1#1A5A8C
2#206FAC
3#2684CD
4#3D97DB
5#5DA8E1
6#7EBAE7
7#9ECBED
8#BEDCF3
9#DFEEF9
Tones
Muted variations
1#184567
2#1D4463
3#21445F
4#25435A
5#2A4356
6#2E4251
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 | C7E1 #C7E1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCA #9CCAED | BordersInactive statesPlaceholder text |
| 400 | 68AE #68AEE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D97 #3D97DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 237B #237BBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C61 #1C6197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1446 #14466C | 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: #C7E1F5;
--charcoal-300: #9CCAED;
--charcoal-400: #68AEE3;
--charcoal-500: #3D97DB;
--charcoal-600: #237BBE;
--charcoal-700: #1C6197;
--charcoal-800: #14466C;
--charcoal-900: #0D2D45;
--charcoal-950: #081C2B;
}