#253cf2
a balanced, electric blue · warm · closest name: blue
RGB
37, 60, 242
HSL
233°, 89%, 55%
CMYK
85, 75, 0, 5
Luminance
0.1004
Every format
| HEX | #253cf2 |
| RGB | rgb(37, 60, 242) |
| HSL | hsl(233, 89%, 55%) |
| CMYK | cmyk(85%, 75%, 0%, 5%) |
| LAB | lab(37.9 56.9 -91.2) |
| LCH | lch(37.9 107.5 302.0) |
| OKLCH | oklch(0.488 0.265 267.3) |
Copy-ready code
/* CSS */
color: #253cf2;
background-color: #253cf2;
/* Tailwind (arbitrary) */
class="text-[#253cf2] bg-[#253cf2]"
/* SCSS */
$brand: #253cf2;
/* SwiftUI */
Color(red: 0.145, green: 0.235, blue: 0.949)
/* Android */
Color.parseColor("#253cf2")Accessibility — WCAG contrast
Aa
#253cf2 on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#253cf2 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green23.5%
Blue94.9%
CMYK percentages
Cyan84.7%
Magenta75.2%
Yellow0.0%
Key (black)5.1%
Color previews
#253cf2 text on a black background
contrast 3.01:1
Card sample
#253cf2 text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #253cf2;
Background color
Panel with #253cf2 background
background-color: #253cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #253cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 60, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 60, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #253cf2; background: linear-gradient(135deg, #253cf2, #9725F2);