Charcoal
#194967
BlueColor Codes
All color formats for development
HEX
#194967RGB
rgb(25, 73, 103)HSL
hsl(203, 61%, 25%)OKLCH
oklch(0.388 0.072 240)CMYK
cmyk(76%, 29%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16425C
2#143A52
3#113348
4#0F2C3E
5#0C2433
6#0A1D29
7#07161F
8#050F15
9#02070A
Tints
Lighter variations
1#205F85
2#2875A4
3#2F8AC3
4#469DD2
5#65ADDA
6#84BDE1
7#A3CEE9
8#C1DEF0
9#E0EFF8
Tones
Muted variations
1#1D4863
2#21475F
3#25465B
4#284557
5#2C4453
6#30434F
7#34424B
8#384248
9#3C4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F0 #E2F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE3 #CAE3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CD #A1CDE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB2 #6FB2DC | Disabled statesSecondary iconsMuted text |
| 500 | 469D #469DD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C80 #2C80B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2366 #236690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1949 #194967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102F #102F42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1D #0A1D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E2F0F8;
--charcoal-200: #CAE3F2;
--charcoal-300: #A1CDE8;
--charcoal-400: #6FB2DC;
--charcoal-500: #469DD2;
--charcoal-600: #2C80B5;
--charcoal-700: #236690;
--charcoal-800: #194967;
--charcoal-900: #102F42;
--charcoal-950: #0A1D29;
}