Charcoal
#193967
BlueColor Codes
All color formats for development
HEX
#193967RGB
rgb(25, 57, 103)HSL
hsl(215, 61%, 25%)OKLCH
oklch(0.347 0.089 257.8)CMYK
cmyk(76%, 45%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16345C
2#142E52
3#112848
4#0F223E
5#0C1D33
6#0A1729
7#07111F
8#050B15
9#02060A
Tints
Lighter variations
1#204A85
2#285CA4
3#2F6DC3
4#4681D2
5#6596DA
6#84ABE1
7#A3C0E9
8#C1D5F0
9#E0EAF8
Tones
Muted variations
1#1D3A63
2#213B5F
3#253B5B
4#283C57
5#2C3D53
6#303D4F
7#343E4B
8#383E48
9#3C3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADA #CADAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BE #A1BEE8 | BordersInactive statesPlaceholder text |
| 400 | 6F9D #6F9DDC | Disabled statesSecondary iconsMuted text |
| 500 | 4681 #4681D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C65 #2C65B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2350 #235090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1939 #193967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1025 #102542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A17 #0A1729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FC;
--charcoal-100: #E2EBF8;
--charcoal-200: #CADAF2;
--charcoal-300: #A1BEE8;
--charcoal-400: #6F9DDC;
--charcoal-500: #4681D2;
--charcoal-600: #2C65B5;
--charcoal-700: #235090;
--charcoal-800: #193967;
--charcoal-900: #102542;
--charcoal-950: #0A1729;
}