#250088
a dark, electric violet · warm · closest name: navy
RGB
37, 0, 136
HSL
256°, 100%, 27%
CMYK
73, 100, 0, 47
Luminance
0.0217
Every format
| HEX | #250088 |
| RGB | rgb(37, 0, 136) |
| HSL | hsl(256, 100%, 27%) |
| CMYK | cmyk(73%, 100%, 0%, 47%) |
| LAB | lab(16.4 50.4 -64.1) |
| LCH | lch(16.4 81.5 308.2) |
| OKLCH | oklch(0.303 0.186 277.7) |
Copy-ready code
/* CSS */
color: #250088;
background-color: #250088;
/* Tailwind (arbitrary) */
class="text-[#250088] bg-[#250088]"
/* SCSS */
$brand: #250088;
/* SwiftUI */
Color(red: 0.145, green: 0.000, blue: 0.533)
/* Android */
Color.parseColor("#250088")Accessibility — WCAG contrast
Aa
#250088 on white: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#250088 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green0.0%
Blue53.3%
CMYK percentages
Cyan72.8%
Magenta100.0%
Yellow0.0%
Key (black)46.7%
Color previews
#250088 text on a black background
contrast 1.43:1
Card sample
#250088 text on a white background
contrast 14.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #250088;
Background color
Panel with #250088 background
background-color: #250088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #250088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 0, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 0, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #250088; background: linear-gradient(135deg, #250088, #800088);