Charcoal
#1A2E65
BlueColor Codes
All color formats for development
HEX
#1A2E65RGB
rgb(26, 46, 101)HSL
hsl(224, 59%, 25%)OKLCH
oklch(0.319 0.1 265.9)CMYK
cmyk(74%, 54%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#182A5B
2#152551
3#122047
4#101C3D
5#0D1733
6#0A1229
7#080E1E
8#050914
9#03050A
Tints
Lighter variations
1#223C84
2#2A4AA2
3#3258C1
4#496DD0
5#6785D8
6#859DE0
7#A4B6E7
8#C2CEEF
9#E1E7F7
Tones
Muted variations
1#1E3062
2#22325E
3#25335A
4#293556
5#2D3753
6#31394F
7#343A4B
8#383C47
9#3C3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E8 #E3E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD5 #CAD5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B4 #A2B4E7 | BordersInactive statesPlaceholder text |
| 400 | 718D #718DDA | Disabled statesSecondary iconsMuted text |
| 500 | 496D #496DD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E51 #2E51B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2541 #25418E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2E #1A2E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111E #111E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A12 #0A1229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E3E8F8;
--charcoal-200: #CAD5F1;
--charcoal-300: #A2B4E7;
--charcoal-400: #718DDA;
--charcoal-500: #496DD0;
--charcoal-600: #2E51B2;
--charcoal-700: #25418E;
--charcoal-800: #1A2E65;
--charcoal-900: #111E41;
--charcoal-950: #0A1229;
}