Charcoal
#1A4966
BlueColor Codes
All color formats for development
HEX
#1A4966RGB
rgb(26, 73, 102)HSL
hsl(203, 59%, 25%)OKLCH
oklch(0.388 0.07 239.5)CMYK
cmyk(75%, 28%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18415B
2#153A51
3#123347
4#102C3D
5#0D2433
6#0A1D29
7#08161E
8#050F14
9#03070A
Tints
Lighter variations
1#225E84
2#2A74A2
3#328AC1
4#499CD0
5#67ADD8
6#85BDE0
7#A4CEE7
8#C2DEEF
9#E1EFF7
Tones
Muted variations
1#1E4862
2#22475E
3#25465A
4#294556
5#2D4453
6#31434F
7#34424B
8#384247
9#3C4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE2 #CAE2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CC #A2CCE7 | BordersInactive statesPlaceholder text |
| 400 | 71B2 #71B2DA | Disabled statesSecondary iconsMuted text |
| 500 | 499C #499CD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E80 #2E80B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2566 #25668E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A49 #1A4965 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112E #112E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1D #0A1D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E3F0F8;
--charcoal-200: #CAE2F1;
--charcoal-300: #A2CCE7;
--charcoal-400: #71B2DA;
--charcoal-500: #499CD0;
--charcoal-600: #2E80B2;
--charcoal-700: #25668E;
--charcoal-800: #1A4965;
--charcoal-900: #112E41;
--charcoal-950: #0A1D29;
}