Charcoal
#1D4C62
BlueColor Codes
All color formats for development
HEX
#1D4C62RGB
rgb(29, 76, 98)HSL
hsl(199, 54%, 25%)OKLCH
oklch(0.395 0.063 231.7)CMYK
cmyk(70%, 22%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A4558
2#173D4F
3#153545
4#122E3B
5#0F2631
6#0C1F27
7#09171D
8#060F14
9#03080A
Tints
Lighter variations
1#266380
2#2F7A9D
3#3891BB
4#4EA3CA
5#6CB2D3
6#89C2DC
7#A7D1E5
8#C4E0ED
9#E2F0F6
Tones
Muted variations
1#214B5F
2#244A5B
3#284958
4#2B4754
5#2F4651
6#32454E
7#35444A
8#394247
9#3C4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE4 #CCE4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D0 #A5D0E4 | BordersInactive statesPlaceholder text |
| 400 | 76B7 #76B7D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EA3 #4EA3CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3486 #3486AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 296B #296B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D4C #1D4C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1331 #13313F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1F #0C1F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FB;
--charcoal-100: #E4F1F7;
--charcoal-200: #CCE4F0;
--charcoal-300: #A5D0E4;
--charcoal-400: #76B7D6;
--charcoal-500: #4EA3CA;
--charcoal-600: #3486AD;
--charcoal-700: #296B89;
--charcoal-800: #1D4C62;
--charcoal-900: #13313F;
--charcoal-950: #0C1F27;
}