Charcoal
#193D67
BlueColor Codes
All color formats for development
HEX
#193D67RGB
rgb(25, 61, 103)HSL
hsl(212, 61%, 25%)OKLCH
oklch(0.357 0.084 254.1)CMYK
cmyk(76%, 41%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16375C
2#143152
3#112B48
4#0F253E
5#0C1F33
6#0A1829
7#07121F
8#050C15
9#02060A
Tints
Lighter variations
1#205085
2#2862A4
3#2F74C3
4#4688D2
5#659BDA
6#84AFE1
7#A3C3E9
8#C1D7F0
9#E0EBF8
Tones
Muted variations
1#1D3D63
2#213E5F
3#253E5B
4#283E57
5#2C3E53
6#303F4F
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 | CADD #CADDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C2 #A1C2E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA2 #6FA2DC | Disabled statesSecondary iconsMuted text |
| 500 | 4688 #4688D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C6C #2C6CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2356 #235690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 193D #193D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1027 #102742 | 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: #CADDF2;
--charcoal-300: #A1C2E8;
--charcoal-400: #6FA2DC;
--charcoal-500: #4688D2;
--charcoal-600: #2C6CB5;
--charcoal-700: #235690;
--charcoal-800: #193D67;
--charcoal-900: #102742;
--charcoal-950: #0A1829;
}