Charcoal
#1C3463
BlueColor Codes
All color formats for development
HEX
#1C3463RGB
rgb(28, 52, 99)HSL
hsl(220, 56%, 25%)OKLCH
oklch(0.333 0.088 262.3)CMYK
cmyk(72%, 47%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#192F5A
2#162950
3#142446
4#111F3C
5#0E1A32
6#0B1528
7#08101E
8#060A14
9#03050A
Tints
Lighter variations
1#244381
2#2D539F
3#3563BD
4#4C77CD
5#6A8ED5
6#88A4DD
7#A5BBE6
8#C3D2EE
9#E1E8F7
Tones
Muted variations
1#203560
2#23365C
3#273759
4#2A3955
5#2E3A52
6#313B4E
7#353C4A
8#393D47
9#3C3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD8 #CBD8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B9 #A4B9E5 | BordersInactive statesPlaceholder text |
| 400 | 7495 #7495D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C77 #4C77CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 315B #315BAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2749 #27498B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C34 #1C3463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1221 #122140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B15 #0B1528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E3EAF7;
--charcoal-200: #CBD8F0;
--charcoal-300: #A4B9E5;
--charcoal-400: #7495D8;
--charcoal-500: #4C77CD;
--charcoal-600: #315BAF;
--charcoal-700: #27498B;
--charcoal-800: #1C3463;
--charcoal-900: #122140;
--charcoal-950: #0B1528;
}