#607df9
a light, electric blue · warm · closest name: royalblue
RGB
96, 125, 249
HSL
229°, 93%, 68%
CMYK
61, 50, 0, 2
Luminance
0.2399
Every format
| HEX | #607df9 |
| RGB | rgb(96, 125, 249) |
| HSL | hsl(229, 93%, 68%) |
| CMYK | cmyk(61%, 50%, 0%, 2%) |
| LAB | lab(56.1 26.9 -65.3) |
| LCH | lch(56.1 70.6 292.4) |
| OKLCH | oklch(0.631 0.187 270.3) |
Copy-ready code
/* CSS */
color: #607df9;
background-color: #607df9;
/* Tailwind (arbitrary) */
class="text-[#607df9] bg-[#607df9]"
/* SCSS */
$brand: #607df9;
/* SwiftUI */
Color(red: 0.376, green: 0.490, blue: 0.976)
/* Android */
Color.parseColor("#607df9")Accessibility — WCAG contrast
Aa
#607df9 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#607df9 on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green49.0%
Blue97.6%
CMYK percentages
Cyan61.4%
Magenta49.8%
Yellow0.0%
Key (black)2.4%
Color previews
#607df9 text on a black background
contrast 5.80:1
Card sample
#607df9 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #607df9;
Background color
Panel with #607df9 background
background-color: #607df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #607df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 125, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 125, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #607df9; background: linear-gradient(135deg, #607df9, #A960F9);