Charcoal
#194567
BlueColor Codes
All color formats for development
HEX
#194567RGB
rgb(25, 69, 103)HSL
hsl(206, 61%, 25%)OKLCH
oklch(0.377 0.076 245.2)CMYK
cmyk(76%, 33%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#163E5C
2#143752
3#113048
4#0F293E
5#0C2233
6#0A1C29
7#07151F
8#050E15
9#02070A
Tints
Lighter variations
1#205A85
2#286EA4
3#2F83C3
4#4696D2
5#65A7DA
6#84B9E1
7#A3CAE9
8#C1DCF0
9#E0EDF8
Tones
Muted variations
1#1D4463
2#21445F
3#25435B
4#284357
5#2C4253
6#30424F
7#34414B
8#384148
9#3C4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE1 #CAE1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C9 #A1C9E8 | BordersInactive statesPlaceholder text |
| 400 | 6FAD #6FADDC | Disabled statesSecondary iconsMuted text |
| 500 | 4696 #4696D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C79 #2C79B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2361 #236190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1945 #194567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102C #102C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E2EFF8;
--charcoal-200: #CAE1F2;
--charcoal-300: #A1C9E8;
--charcoal-400: #6FADDC;
--charcoal-500: #4696D2;
--charcoal-600: #2C79B5;
--charcoal-700: #236190;
--charcoal-800: #194567;
--charcoal-900: #102C42;
--charcoal-950: #0A1C29;
}