#250ade
a balanced, electric blue · warm · closest name: blue
RGB
37, 10, 222
HSL
248°, 91%, 46%
CMYK
83, 96, 0, 13
Luminance
0.0588
Every format
| HEX | #250ade |
| RGB | rgb(37, 10, 222) |
| HSL | hsl(248, 91%, 46%) |
| CMYK | cmyk(83%, 96%, 0%, 13%) |
| LAB | lab(29.1 69.9 -94.4) |
| LCH | lch(29.1 117.5 306.5) |
| OKLCH | oklch(0.421 0.273 269.2) |
Copy-ready code
/* CSS */
color: #250ade;
background-color: #250ade;
/* Tailwind (arbitrary) */
class="text-[#250ade] bg-[#250ade]"
/* SCSS */
$brand: #250ade;
/* SwiftUI */
Color(red: 0.145, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#250ade")Accessibility — WCAG contrast
Aa
#250ade on white: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#250ade on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green3.9%
Blue87.1%
CMYK percentages
Cyan83.3%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#250ade text on a black background
contrast 2.18:1
Card sample
#250ade text on a white background
contrast 9.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #250ade;
Background color
Panel with #250ade background
background-color: #250ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #250ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #250ade; background: linear-gradient(135deg, #250ade, #B20ADE);