#190851
a deep, electric blue · warm · closest name: midnightblue
RGB
25, 8, 81
HSL
254°, 82%, 18%
CMYK
69, 90, 0, 68
Luminance
0.0097
Every format
| HEX | #190851 |
| RGB | rgb(25, 8, 81) |
| HSL | hsl(254, 82%, 18%) |
| CMYK | cmyk(69%, 90%, 0%, 68%) |
| LAB | lab(8.8 30.6 -40.6) |
| LCH | lch(8.8 50.8 307.0) |
| OKLCH | oklch(0.228 0.120 282.0) |
Copy-ready code
/* CSS */
color: #190851;
background-color: #190851;
/* Tailwind (arbitrary) */
class="text-[#190851] bg-[#190851]"
/* SCSS */
$brand: #190851;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.318)
/* Android */
Color.parseColor("#190851")Accessibility — WCAG contrast
Aa
#190851 on white: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190851 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue31.8%
CMYK percentages
Cyan69.1%
Magenta90.1%
Yellow0.0%
Key (black)68.2%
Color previews
#190851 text on a black background
contrast 1.19:1
Card sample
#190851 text on a white background
contrast 17.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190851;
Background color
Panel with #190851 background
background-color: #190851;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190851;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190851; background: linear-gradient(135deg, #190851, #4A0851);