Charcoal
#14496C
BlueColor Codes
All color formats for development
HEX
#14496CRGB
rgb(20, 73, 108)HSL
hsl(204, 69%, 25%)OKLCH
oklch(0.389 0.08 242.4)CMYK
cmyk(81%, 32%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#124161
2#103A56
3#0E334B
4#0C2C41
5#0A2436
6#081D2B
7#061620
8#040F16
9#02070B
Tints
Lighter variations
1#1A5E8C
2#2074AC
3#268ACD
4#3D9CDB
5#5DADE1
6#7EBDE7
7#9ECEED
8#BEDEF3
9#DFEFF9
Tones
Muted variations
1#184867
2#1D4763
3#21465F
4#25455A
5#2A4456
6#2E4351
7#33424D
8#374249
9#3B4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E2 #C7E2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCC #9CCCED | BordersInactive statesPlaceholder text |
| 400 | 68B2 #68B2E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D9C #3D9CDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2380 #2380BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C66 #1C6697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1449 #14496C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2E #0D2E45 | Primary textHigh emphasis contentDark headings |
| 950 | 081D #081D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E1F0F9;
--charcoal-200: #C7E2F5;
--charcoal-300: #9CCCED;
--charcoal-400: #68B2E3;
--charcoal-500: #3D9CDB;
--charcoal-600: #2380BE;
--charcoal-700: #1C6697;
--charcoal-800: #14496C;
--charcoal-900: #0D2E45;
--charcoal-950: #081D2B;
}