#607dfb
a light, electric blue · warm · closest name: royalblue
RGB
96, 125, 251
HSL
229°, 95%, 68%
CMYK
62, 50, 0, 2
Luminance
0.2412
Every format
| HEX | #607dfb |
| RGB | rgb(96, 125, 251) |
| HSL | hsl(229, 95%, 68%) |
| CMYK | cmyk(62%, 50%, 0%, 2%) |
| LAB | lab(56.2 27.6 -66.2) |
| LCH | lch(56.2 71.7 292.6) |
| OKLCH | oklch(0.633 0.190 270.4) |
Copy-ready code
/* CSS */
color: #607dfb;
background-color: #607dfb;
/* Tailwind (arbitrary) */
class="text-[#607dfb] bg-[#607dfb]"
/* SCSS */
$brand: #607dfb;
/* SwiftUI */
Color(red: 0.376, green: 0.490, blue: 0.984)
/* Android */
Color.parseColor("#607dfb")Accessibility — WCAG contrast
Aa
#607dfb on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#607dfb on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green49.0%
Blue98.4%
CMYK percentages
Cyan61.8%
Magenta50.2%
Yellow0.0%
Key (black)1.6%
Color previews
#607dfb text on a black background
contrast 5.82:1
Card sample
#607dfb text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #607dfb;
Background color
Panel with #607dfb background
background-color: #607dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #607dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 125, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 125, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #607dfb; background: linear-gradient(135deg, #607dfb, #AA60FB);