#607fef
a light, electric blue · warm · closest name: royalblue
RGB
96, 127, 239
HSL
227°, 82%, 66%
CMYK
60, 47, 0, 6
Luminance
0.2390
Every format
| HEX | #607fef |
| RGB | rgb(96, 127, 239) |
| HSL | hsl(227, 82%, 66%) |
| CMYK | cmyk(60%, 47%, 0%, 6%) |
| LAB | lab(56.0 22.4 -59.9) |
| LCH | lch(56.0 63.9 290.5) |
| OKLCH | oklch(0.629 0.171 269.4) |
Copy-ready code
/* CSS */
color: #607fef;
background-color: #607fef;
/* Tailwind (arbitrary) */
class="text-[#607fef] bg-[#607fef]"
/* SCSS */
$brand: #607fef;
/* SwiftUI */
Color(red: 0.376, green: 0.498, blue: 0.937)
/* Android */
Color.parseColor("#607fef")Accessibility — WCAG contrast
Aa
#607fef on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#607fef on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green49.8%
Blue93.7%
CMYK percentages
Cyan59.8%
Magenta46.9%
Yellow0.0%
Key (black)6.3%
Color previews
#607fef text on a black background
contrast 5.78:1
Card sample
#607fef text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #607fef;
Background color
Panel with #607fef background
background-color: #607fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #607fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 127, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 127, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #607fef; background: linear-gradient(135deg, #607fef, #A060EF);