#19233f
a deep, soft blue · cool · closest name: black
RGB
25, 35, 63
HSL
224°, 43%, 17%
CMYK
60, 44, 0, 75
Luminance
0.0177
Every format
| HEX | #19233f |
| RGB | rgb(25, 35, 63) |
| HSL | hsl(224, 43%, 17%) |
| CMYK | cmyk(60%, 44%, 0%, 75%) |
| LAB | lab(14.2 5.4 -19.3) |
| LCH | lch(14.2 20.0 285.8) |
| OKLCH | oklch(0.262 0.054 267.7) |
Copy-ready code
/* CSS */
color: #19233f;
background-color: #19233f;
/* Tailwind (arbitrary) */
class="text-[#19233f] bg-[#19233f]"
/* SCSS */
$brand: #19233f;
/* SwiftUI */
Color(red: 0.098, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#19233f")Accessibility — WCAG contrast
Aa
#19233f on white: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#19233f on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green13.7%
Blue24.7%
CMYK percentages
Cyan60.3%
Magenta44.4%
Yellow0.0%
Key (black)75.3%
Color previews
#19233f text on a black background
contrast 1.35:1
Card sample
#19233f text on a white background
contrast 15.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19233f;
Background color
Panel with #19233f background
background-color: #19233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19233f; background: linear-gradient(135deg, #19233f, #28193F);