Charcoal
#1A4C66
BlueColor Codes
All color formats for development
HEX
#1A4C66RGB
rgb(26, 76, 102)HSL
hsl(201, 59%, 25%)OKLCH
oklch(0.396 0.068 235.1)CMYK
cmyk(75%, 25%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18445B
2#153C51
3#123547
4#102D3D
5#0D2633
6#0A1E29
7#08171E
8#050F14
9#03080A
Tints
Lighter variations
1#226284
2#2A78A2
3#328FC1
4#49A1D0
5#67B0D8
6#85C0E0
7#A4D0E7
8#C2E0EF
9#E1EFF7
Tones
Muted variations
1#1E4A62
2#22495E
3#25485A
4#294756
5#2D4553
6#31444F
7#34434B
8#384247
9#3C4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE4 #CAE4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CF #A2CFE7 | BordersInactive statesPlaceholder text |
| 400 | 71B6 #71B6DA | Disabled statesSecondary iconsMuted text |
| 500 | 49A1 #49A1D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E84 #2E84B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2569 #25698E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4B #1A4B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1130 #113041 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E3F0F8;
--charcoal-200: #CAE4F1;
--charcoal-300: #A2CFE7;
--charcoal-400: #71B6DA;
--charcoal-500: #49A1D0;
--charcoal-600: #2E84B2;
--charcoal-700: #25698E;
--charcoal-800: #1A4B65;
--charcoal-900: #113041;
--charcoal-950: #0A1E29;
}