Charcoal
#194467
BlueColor Codes
All color formats for development
HEX
#194467RGB
rgb(25, 68, 103)HSL
hsl(207, 61%, 25%)OKLCH
oklch(0.375 0.077 246.4)CMYK
cmyk(76%, 34%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#163D5C
2#143652
3#112F48
4#0F293E
5#0C2233
6#0A1B29
7#07141F
8#050E15
9#02070A
Tints
Lighter variations
1#205885
2#286CA4
3#2F81C3
4#4693D2
5#65A5DA
6#84B7E1
7#A3C9E9
8#C1DBF0
9#E0EDF8
Tones
Muted variations
1#1D4363
2#21435F
3#25425B
4#284257
5#2C4253
6#30414F
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 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE0 #CAE0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C8 #A1C8E8 | BordersInactive statesPlaceholder text |
| 400 | 6FAB #6FABDC | Disabled statesSecondary iconsMuted text |
| 500 | 4693 #4693D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C77 #2C77B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 235F #235F90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1944 #194467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 102B #102B42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E2EEF8;
--charcoal-200: #CAE0F2;
--charcoal-300: #A1C8E8;
--charcoal-400: #6FABDC;
--charcoal-500: #4693D2;
--charcoal-600: #2C77B5;
--charcoal-700: #235F90;
--charcoal-800: #194467;
--charcoal-900: #102B42;
--charcoal-950: #0A1B29;
}