#250feb
a balanced, electric blue · warm · closest name: blue
RGB
37, 15, 235
HSL
246°, 88%, 49%
CMYK
84, 94, 0, 8
Luminance
0.0673
Every format
| HEX | #250feb |
| RGB | rgb(37, 15, 235) |
| HSL | hsl(246, 88%, 49%) |
| CMYK | cmyk(84%, 94%, 0%, 8%) |
| LAB | lab(31.2 72.3 -98.4) |
| LCH | lch(31.2 122.1 306.3) |
| OKLCH | oklch(0.440 0.284 268.6) |
Copy-ready code
/* CSS */
color: #250feb;
background-color: #250feb;
/* Tailwind (arbitrary) */
class="text-[#250feb] bg-[#250feb]"
/* SCSS */
$brand: #250feb;
/* SwiftUI */
Color(red: 0.145, green: 0.059, blue: 0.922)
/* Android */
Color.parseColor("#250feb")Accessibility — WCAG contrast
Aa
#250feb on white: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#250feb on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green5.9%
Blue92.2%
CMYK percentages
Cyan84.3%
Magenta93.6%
Yellow0.0%
Key (black)7.8%
Color previews
#250feb text on a black background
contrast 2.35:1
Card sample
#250feb text on a white background
contrast 8.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #250feb;
Background color
Panel with #250feb background
background-color: #250feb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #250feb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 15, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 15, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #250feb; background: linear-gradient(135deg, #250feb, #B80FEB);