Charcoal
#193C67
BlueColor Codes
All color formats for development
HEX
#193C67RGB
rgb(25, 60, 103)HSL
hsl(213, 61%, 25%)OKLCH
oklch(0.354 0.085 255.1)CMYK
cmyk(76%, 42%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16365C
2#143052
3#112A48
4#0F243E
5#0C1E33
6#0A1829
7#07121F
8#050C15
9#02060A
Tints
Lighter variations
1#204E85
2#2860A4
3#2F72C3
4#4685D2
5#659ADA
6#84AEE1
7#A3C2E9
8#C1D6F0
9#E0EBF8
Tones
Muted variations
1#1D3C63
2#213D5F
3#253D5B
4#283D57
5#2C3E53
6#303E4F
7#343F4B
8#383F48
9#3C3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADC #CADCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C1 #A1C1E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA0 #6FA0DC | Disabled statesSecondary iconsMuted text |
| 500 | 4685 #4685D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C69 #2C69B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2354 #235490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193C #193C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1026 #102642 | Primary textHigh emphasis contentDark headings |
| 950 | 0A18 #0A1829 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FC;
--charcoal-100: #E2ECF8;
--charcoal-200: #CADCF2;
--charcoal-300: #A1C1E8;
--charcoal-400: #6FA0DC;
--charcoal-500: #4685D2;
--charcoal-600: #2C69B5;
--charcoal-700: #235490;
--charcoal-800: #193C67;
--charcoal-900: #102642;
--charcoal-950: #0A1829;
}