#191c2f
a deep, soft blue · warm · closest name: black
RGB
25, 28, 47
HSL
232°, 31%, 14%
CMYK
47, 40, 0, 82
Luminance
0.0124
Every format
| HEX | #191c2f |
| RGB | rgb(25, 28, 47) |
| HSL | hsl(232, 31%, 14%) |
| CMYK | cmyk(47%, 40%, 0%, 82%) |
| LAB | lab(10.9 4.7 -13.1) |
| LCH | lch(10.9 13.9 289.6) |
| OKLCH | oklch(0.233 0.037 276.3) |
Copy-ready code
/* CSS */
color: #191c2f;
background-color: #191c2f;
/* Tailwind (arbitrary) */
class="text-[#191c2f] bg-[#191c2f]"
/* SCSS */
$brand: #191c2f;
/* SwiftUI */
Color(red: 0.098, green: 0.110, blue: 0.184)
/* Android */
Color.parseColor("#191c2f")Accessibility — WCAG contrast
Aa
#191c2f on white: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#191c2f on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green11.0%
Blue18.4%
CMYK percentages
Cyan46.8%
Magenta40.4%
Yellow0.0%
Key (black)81.6%
Color previews
#191c2f text on a black background
contrast 1.25:1
Card sample
#191c2f text on a white background
contrast 16.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #191c2f;
Background color
Panel with #191c2f background
background-color: #191c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #191c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 28, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 28, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #191c2f; background: linear-gradient(135deg, #191c2f, #25192F);