Charcoal
#1A3465
BlueColor Codes
All color formats for development
HEX
#1A3465RGB
rgb(26, 52, 101)HSL
hsl(219, 59%, 25%)OKLCH
oklch(0.333 0.092 261.7)CMYK
cmyk(74%, 49%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#182F5B
2#152A51
3#122547
4#101F3D
5#0D1A33
6#0A1529
7#08101E
8#050A14
9#03050A
Tints
Lighter variations
1#224484
2#2A54A2
3#3264C1
4#4978D0
5#678ED8
6#85A5E0
7#A4BBE7
8#C2D2EF
9#E1E8F7
Tones
Muted variations
1#1E3662
2#22375E
3#25385A
4#293956
5#2D3A53
6#313B4F
7#343C4B
8#383D47
9#3C3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD8 #CAD8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BA #A2BAE7 | BordersInactive statesPlaceholder text |
| 400 | 7196 #7196DA | Disabled statesSecondary iconsMuted text |
| 500 | 4978 #4978D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E5C #2E5CB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2549 #25498E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A34 #1A3465 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1122 #112241 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E3EAF8;
--charcoal-200: #CAD8F1;
--charcoal-300: #A2BAE7;
--charcoal-400: #7196DA;
--charcoal-500: #4978D0;
--charcoal-600: #2E5CB2;
--charcoal-700: #25498E;
--charcoal-800: #1A3465;
--charcoal-900: #112241;
--charcoal-950: #0A1529;
}