Charcoal
#193867
BlueColor Codes
All color formats for development
HEX
#193867RGB
rgb(25, 56, 103)HSL
hsl(216, 61%, 25%)OKLCH
oklch(0.344 0.09 258.6)CMYK
cmyk(76%, 46%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16325C
2#142D52
3#112748
4#0F223E
5#0C1C33
6#0A1629
7#07111F
8#050B15
9#02060A
Tints
Lighter variations
1#204985
2#285AA4
3#2F6AC3
4#467ED2
5#6594DA
6#84A9E1
7#A3BFE9
8#C1D4F0
9#E0EAF8
Tones
Muted variations
1#1D3963
2#213A5F
3#253A5B
4#283B57
5#2C3C53
6#303D4F
7#343D4B
8#383E48
9#3C3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EB #E2EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADA #CADAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BD #A1BDE8 | BordersInactive statesPlaceholder text |
| 400 | 6F9B #6F9BDC | Disabled statesSecondary iconsMuted text |
| 500 | 467E #467ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C63 #2C63B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 234E #234E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1938 #193867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1024 #102442 | 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: #E2EBF8;
--charcoal-200: #CADAF2;
--charcoal-300: #A1BDE8;
--charcoal-400: #6F9BDC;
--charcoal-500: #467ED2;
--charcoal-600: #2C63B5;
--charcoal-700: #234E90;
--charcoal-800: #193867;
--charcoal-900: #102442;
--charcoal-950: #0A1629;
}