Charcoal
#1A3765
BlueColor Codes
All color formats for development
HEX
#1A3765RGB
rgb(26, 55, 101)HSL
hsl(217, 59%, 25%)OKLCH
oklch(0.341 0.088 259.3)CMYK
cmyk(74%, 46%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18315B
2#152C51
3#122647
4#10213D
5#0D1B33
6#0A1629
7#08101E
8#050B14
9#03050A
Tints
Lighter variations
1#224784
2#2A58A2
3#3268C1
4#497CD0
5#6792D8
6#85A8E0
7#A4BEE7
8#C2D3EF
9#E1E9F7
Tones
Muted variations
1#1E3862
2#22395E
3#253A5A
4#293A56
5#2D3B53
6#313C4F
7#343D4B
8#383E47
9#3C3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EB #E3EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD9 #CAD9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BC #A2BCE7 | BordersInactive statesPlaceholder text |
| 400 | 7199 #7199DA | Disabled statesSecondary iconsMuted text |
| 500 | 497C #497CD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E61 #2E61B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 254D #254D8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A37 #1A3765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1123 #112341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A16 #0A1629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E3EBF8;
--charcoal-200: #CAD9F1;
--charcoal-300: #A2BCE7;
--charcoal-400: #7199DA;
--charcoal-500: #497CD0;
--charcoal-600: #2E61B2;
--charcoal-700: #254D8E;
--charcoal-800: #1A3765;
--charcoal-900: #112341;
--charcoal-950: #0A1629;
}