#190855
a deep, electric blue · warm · closest name: midnightblue
RGB
25, 8, 85
HSL
253°, 83%, 18%
CMYK
71, 91, 0, 67
Luminance
0.0104
Every format
| HEX | #190855 |
| RGB | rgb(25, 8, 85) |
| HSL | hsl(253, 83%, 18%) |
| CMYK | cmyk(71%, 91%, 0%, 67%) |
| LAB | lab(9.3 31.9 -42.5) |
| LCH | lch(9.3 53.1 306.9) |
| OKLCH | oklch(0.233 0.125 280.7) |
Copy-ready code
/* CSS */
color: #190855;
background-color: #190855;
/* Tailwind (arbitrary) */
class="text-[#190855] bg-[#190855]"
/* SCSS */
$brand: #190855;
/* SwiftUI */
Color(red: 0.098, green: 0.031, blue: 0.333)
/* Android */
Color.parseColor("#190855")Accessibility — WCAG contrast
Aa
#190855 on white: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#190855 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green3.1%
Blue33.3%
CMYK percentages
Cyan70.6%
Magenta90.6%
Yellow0.0%
Key (black)66.7%
Color previews
#190855 text on a black background
contrast 1.21:1
Card sample
#190855 text on a white background
contrast 17.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #190855;
Background color
Panel with #190855 background
background-color: #190855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #190855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 8, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 8, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #190855; background: linear-gradient(135deg, #190855, #4C0855);