#253af4
a balanced, electric blue · warm · closest name: blue
RGB
37, 58, 244
HSL
234°, 90%, 55%
CMYK
85, 76, 0, 4
Luminance
0.0995
Every format
| HEX | #253af4 |
| RGB | rgb(37, 58, 244) |
| HSL | hsl(234, 90%, 55%) |
| CMYK | cmyk(85%, 76%, 0%, 4%) |
| LAB | lab(37.8 58.6 -92.6) |
| LCH | lch(37.8 109.6 302.3) |
| OKLCH | oklch(0.488 0.269 267.4) |
Copy-ready code
/* CSS */
color: #253af4;
background-color: #253af4;
/* Tailwind (arbitrary) */
class="text-[#253af4] bg-[#253af4]"
/* SCSS */
$brand: #253af4;
/* SwiftUI */
Color(red: 0.145, green: 0.227, blue: 0.957)
/* Android */
Color.parseColor("#253af4")Accessibility — WCAG contrast
Aa
#253af4 on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#253af4 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green22.7%
Blue95.7%
CMYK percentages
Cyan84.8%
Magenta76.2%
Yellow0.0%
Key (black)4.3%
Color previews
#253af4 text on a black background
contrast 2.99:1
Card sample
#253af4 text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #253af4;
Background color
Panel with #253af4 background
background-color: #253af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #253af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 58, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 58, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #253af4; background: linear-gradient(135deg, #253af4, #9A25F4);