#250fef
a balanced, electric blue · warm · closest name: blue
RGB
37, 15, 239
HSL
246°, 88%, 50%
CMYK
85, 94, 0, 6
Luminance
0.0697
Every format
| HEX | #250fef |
| RGB | rgb(37, 15, 239) |
| HSL | hsl(246, 88%, 50%) |
| CMYK | cmyk(85%, 94%, 0%, 6%) |
| LAB | lab(31.7 73.3 -99.8) |
| LCH | lch(31.7 123.8 306.3) |
| OKLCH | oklch(0.445 0.288 268.4) |
Copy-ready code
/* CSS */
color: #250fef;
background-color: #250fef;
/* Tailwind (arbitrary) */
class="text-[#250fef] bg-[#250fef]"
/* SCSS */
$brand: #250fef;
/* SwiftUI */
Color(red: 0.145, green: 0.059, blue: 0.937)
/* Android */
Color.parseColor("#250fef")Accessibility — WCAG contrast
Aa
#250fef on white: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#250fef on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green5.9%
Blue93.7%
CMYK percentages
Cyan84.5%
Magenta93.7%
Yellow0.0%
Key (black)6.3%
Color previews
#250fef text on a black background
contrast 2.39:1
Card sample
#250fef text on a white background
contrast 8.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #250fef;
Background color
Panel with #250fef background
background-color: #250fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #250fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 15, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 15, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #250fef; background: linear-gradient(135deg, #250fef, #BA0FEF);