#192f41
a deep, soft blue · cool · closest name: darkslategray
RGB
25, 47, 65
HSL
207°, 44%, 18%
CMYK
62, 28, 0, 75
Luminance
0.0262
Every format
| HEX | #192f41 |
| RGB | rgb(25, 47, 65) |
| HSL | hsl(207, 44%, 18%) |
| CMYK | cmyk(62%, 28%, 0%, 75%) |
| LAB | lab(18.5 -2.4 -14.0) |
| LCH | lch(18.5 14.2 260.1) |
| OKLCH | oklch(0.296 0.043 244.7) |
Copy-ready code
/* CSS */
color: #192f41;
background-color: #192f41;
/* Tailwind (arbitrary) */
class="text-[#192f41] bg-[#192f41]"
/* SCSS */
$brand: #192f41;
/* SwiftUI */
Color(red: 0.098, green: 0.184, blue: 0.255)
/* Android */
Color.parseColor("#192f41")Accessibility — WCAG contrast
Aa
#192f41 on white: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#192f41 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green18.4%
Blue25.5%
CMYK percentages
Cyan61.5%
Magenta27.7%
Yellow0.0%
Key (black)74.5%
Color previews
#192f41 text on a black background
contrast 1.52:1
Card sample
#192f41 text on a white background
contrast 13.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #192f41;
Background color
Panel with #192f41 background
background-color: #192f41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #192f41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 47, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 47, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #192f41; background: linear-gradient(135deg, #192f41, #1E1941);