Charcoal
#194D67
BlueColor Codes
All color formats for development
HEX
#194D67RGB
rgb(25, 77, 103)HSL
hsl(200, 61%, 25%)OKLCH
oklch(0.399 0.069 234.3)CMYK
cmyk(76%, 25%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16455C
2#143D52
3#113648
4#0F2E3E
5#0C2633
6#0A1F29
7#07171F
8#050F15
9#02080A
Tints
Lighter variations
1#206485
2#287BA4
3#2F92C3
4#46A4D2
5#65B3DA
6#84C2E1
7#A3D1E9
8#C1E1F0
9#E0F0F8
Tones
Muted variations
1#1D4B63
2#214A5F
3#25495B
4#284857
5#2C4653
6#30454F
7#34444B
8#384248
9#3C4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE5 #CAE5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D0 #A1D0E8 | BordersInactive statesPlaceholder text |
| 400 | 6FB8 #6FB8DC | Disabled statesSecondary iconsMuted text |
| 500 | 46A4 #46A4D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C87 #2C87B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 236B #236B90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 194D #194D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1031 #103142 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1F #0A1F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E2F1F8;
--charcoal-200: #CAE5F2;
--charcoal-300: #A1D0E8;
--charcoal-400: #6FB8DC;
--charcoal-500: #46A4D2;
--charcoal-600: #2C87B5;
--charcoal-700: #236B90;
--charcoal-800: #194D67;
--charcoal-900: #103142;
--charcoal-950: #0A1F29;
}