Charcoal
#1A2B66
BlueColor Codes
All color formats for development
HEX
#1A2B66RGB
rgb(26, 43, 102)HSL
hsl(227, 59%, 25%)OKLCH
oklch(0.313 0.106 267.7)CMYK
cmyk(75%, 58%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18265B
2#152251
3#121E47
4#10193D
5#0D1533
6#0A1129
7#080D1E
8#050814
9#03040A
Tints
Lighter variations
1#223784
2#2A44A2
3#3251C1
4#4966D0
5#677FD8
6#8599E0
7#A4B2E7
8#C2CCEF
9#E1E5F7
Tones
Muted variations
1#1E2D62
2#222F5E
3#25315A
4#293356
5#2D3553
6#31374F
7#34394B
8#383B47
9#3C3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E7 #E3E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD3 #CAD3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B1 #A2B1E7 | BordersInactive statesPlaceholder text |
| 400 | 7188 #7188DA | Disabled statesSecondary iconsMuted text |
| 500 | 4966 #4966D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E4B #2E4BB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 253B #253B8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2A #1A2A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111B #111B41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A11 #0A1129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E3E7F8;
--charcoal-200: #CAD3F1;
--charcoal-300: #A2B1E7;
--charcoal-400: #7188DA;
--charcoal-500: #4966D0;
--charcoal-600: #2E4BB2;
--charcoal-700: #253B8E;
--charcoal-800: #1A2A65;
--charcoal-900: #111B41;
--charcoal-950: #0A1129;
}