Charcoal
#194867
BlueColor Codes
All color formats for development
HEX
#194867RGB
rgb(25, 72, 103)HSL
hsl(204, 61%, 25%)OKLCH
oklch(0.385 0.073 241.4)CMYK
cmyk(76%, 30%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16405C
2#143952
3#113248
4#0F2B3E
5#0C2433
6#0A1D29
7#07151F
8#050E15
9#02070A
Tints
Lighter variations
1#205D85
2#2872A4
3#2F88C3
4#469AD2
5#65ABDA
6#84BCE1
7#A3CDE9
8#C1DDF0
9#E0EEF8
Tones
Muted variations
1#1D4763
2#21465F
3#25455B
4#284457
5#2C4453
6#30434F
7#34424B
8#384148
9#3C4144
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 | CAE2 #CAE2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1CC #A1CCE8 | BordersInactive statesPlaceholder text |
| 400 | 6FB1 #6FB1DC | Disabled statesSecondary iconsMuted text |
| 500 | 469A #469AD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C7E #2C7EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2364 #236490 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1948 #194867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102E #102E42 | 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: #E2EFF8;
--charcoal-200: #CAE2F2;
--charcoal-300: #A1CCE8;
--charcoal-400: #6FB1DC;
--charcoal-500: #469AD2;
--charcoal-600: #2C7EB5;
--charcoal-700: #236490;
--charcoal-800: #194867;
--charcoal-900: #102E42;
--charcoal-950: #0A1D29;
}