Charcoal
#194167
BlueColor Codes
All color formats for development
HEX
#194167RGB
rgb(25, 65, 103)HSL
hsl(209, 61%, 25%)OKLCH
oklch(0.367 0.08 249.9)CMYK
cmyk(76%, 37%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#163B5C
2#143452
3#112E48
4#0F273E
5#0C2133
6#0A1A29
7#07141F
8#050D15
9#02070A
Tints
Lighter variations
1#205585
2#2868A4
3#2F7CC3
4#468FD2
5#65A1DA
6#84B4E1
7#A3C7E9
8#C1DAF0
9#E0ECF8
Tones
Muted variations
1#1D4163
2#21415F
3#25415B
4#284157
5#2C4053
6#30404F
7#34404B
8#384048
9#3C4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADF #CADFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C6 #A1C6E8 | BordersInactive statesPlaceholder text |
| 400 | 6FA8 #6FA8DC | Disabled statesSecondary iconsMuted text |
| 500 | 468F #468FD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C72 #2C72B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235B #235B90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1941 #194167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102A #102A42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1A #0A1A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E2EEF8;
--charcoal-200: #CADFF2;
--charcoal-300: #A1C6E8;
--charcoal-400: #6FA8DC;
--charcoal-500: #468FD2;
--charcoal-600: #2C72B5;
--charcoal-700: #235B90;
--charcoal-800: #194167;
--charcoal-900: #102A42;
--charcoal-950: #0A1A29;
}