Charcoal
#1A2F66
BlueColor Codes
All color formats for development
HEX
#1A2F66RGB
rgb(26, 47, 102)HSL
hsl(223, 59%, 25%)OKLCH
oklch(0.322 0.101 265.4)CMYK
cmyk(75%, 54%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#182B5B
2#152651
3#122147
4#101C3D
5#0D1833
6#0A1329
7#080E1E
8#050914
9#03050A
Tints
Lighter variations
1#223E84
2#2A4CA2
3#325AC1
4#496FD0
5#6787D8
6#859FE0
7#A4B7E7
8#C2CFEF
9#E1E7F7
Tones
Muted variations
1#1E3162
2#22335E
3#25345A
4#293656
5#2D3853
6#31394F
7#343B4B
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 | E3E9 #E3E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD5 #CAD5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B5 #A2B5E7 | BordersInactive statesPlaceholder text |
| 400 | 718F #718FDA | Disabled statesSecondary iconsMuted text |
| 500 | 496F #496FD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E54 #2E54B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2542 #25428E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2F #1A2F65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111E #111E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A13 #0A1329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E3E9F8;
--charcoal-200: #CAD5F1;
--charcoal-300: #A2B5E7;
--charcoal-400: #718FDA;
--charcoal-500: #496FD0;
--charcoal-600: #2E54B2;
--charcoal-700: #25428E;
--charcoal-800: #1A2F65;
--charcoal-900: #111E41;
--charcoal-950: #0A1329;
}