Charcoal
#194667
BlueColor Codes
All color formats for development
HEX
#194667RGB
rgb(25, 70, 103)HSL
hsl(205, 61%, 25%)OKLCH
oklch(0.38 0.075 244)CMYK
cmyk(76%, 32%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#163F5C
2#143852
3#113148
4#0F2A3E
5#0C2333
6#0A1C29
7#07151F
8#050E15
9#02070A
Tints
Lighter variations
1#205B85
2#2870A4
3#2F85C3
4#4698D2
5#65A9DA
6#84BAE1
7#A3CBE9
8#C1DDF0
9#E0EEF8
Tones
Muted variations
1#1D4663
2#21455F
3#25445B
4#284457
5#2C4353
6#30424F
7#34424B
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 | A1CA #A1CAE8 | BordersInactive statesPlaceholder text |
| 400 | 6FAF #6FAFDC | Disabled statesSecondary iconsMuted text |
| 500 | 4698 #4698D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C7C #2C7CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2362 #236290 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1946 #194667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102D #102D42 | 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: #A1CAE8;
--charcoal-400: #6FAFDC;
--charcoal-500: #4698D2;
--charcoal-600: #2C7CB5;
--charcoal-700: #236290;
--charcoal-800: #194667;
--charcoal-900: #102D42;
--charcoal-950: #0A1C29;
}