#608fe3
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
96, 143, 227
HSL
219°, 70%, 63%
CMYK
58, 37, 0, 11
Luminance
0.2768
Every format
| HEX | #608fe3 |
| RGB | rgb(96, 143, 227) |
| HSL | hsl(219, 70%, 63%) |
| CMYK | cmyk(58%, 37%, 0%, 11%) |
| LAB | lab(59.6 8.8 -47.5) |
| LCH | lch(59.6 48.3 280.6) |
| OKLCH | oklch(0.654 0.136 261.3) |
Copy-ready code
/* CSS */
color: #608fe3;
background-color: #608fe3;
/* Tailwind (arbitrary) */
class="text-[#608fe3] bg-[#608fe3]"
/* SCSS */
$brand: #608fe3;
/* SwiftUI */
Color(red: 0.376, green: 0.561, blue: 0.890)
/* Android */
Color.parseColor("#608fe3")Accessibility — WCAG contrast
Aa
#608fe3 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#608fe3 on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green56.1%
Blue89.0%
CMYK percentages
Cyan57.7%
Magenta37.0%
Yellow0.0%
Key (black)11.0%
Color previews
#608fe3 text on a black background
contrast 6.54:1
Card sample
#608fe3 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #608fe3;
Background color
Panel with #608fe3 background
background-color: #608fe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #608fe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 143, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 143, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #608fe3; background: linear-gradient(135deg, #608fe3, #8860E3);