Charcoal
#1A4965
BlueColor Codes
All color formats for development
HEX
#1A4965RGB
rgb(26, 73, 101)HSL
hsl(202, 59%, 25%)OKLCH
oklch(0.387 0.069 238.5)CMYK
cmyk(74%, 28%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18425B
2#153B51
3#123447
4#102C3D
5#0D2533
6#0A1E29
7#08161E
8#050F14
9#03070A
Tints
Lighter variations
1#226084
2#2A76A2
3#328CC1
4#499ED0
5#67AED8
6#85BFE0
7#A4CFE7
8#C2DFEF
9#E1EFF7
Tones
Muted variations
1#1E4962
2#22485E
3#25475A
4#294656
5#2D4553
6#31444F
7#34434B
8#384247
9#3C4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE3 #CAE3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CE #A2CEE7 | BordersInactive statesPlaceholder text |
| 400 | 71B4 #71B4DA | Disabled statesSecondary iconsMuted text |
| 500 | 499E #499ED0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E82 #2E82B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2567 #25678E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4A #1A4A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112F #112F41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E3F0F8;
--charcoal-200: #CAE3F1;
--charcoal-300: #A2CEE7;
--charcoal-400: #71B4DA;
--charcoal-500: #499ED0;
--charcoal-600: #2E82B2;
--charcoal-700: #25678E;
--charcoal-800: #1A4A65;
--charcoal-900: #112F41;
--charcoal-950: #0A1E29;
}