#609ceb
a balanced, electric blue · cool · closest name: steelblue
RGB
96, 156, 235
HSL
214°, 78%, 65%
CMYK
59, 34, 0, 8
Luminance
0.3226
Every format
| HEX | #609ceb |
| RGB | rgb(96, 156, 235) |
| HSL | hsl(214, 78%, 65%) |
| CMYK | cmyk(59%, 34%, 0%, 8%) |
| LAB | lab(63.6 3.8 -45.6) |
| LCH | lch(63.6 45.8 274.8) |
| OKLCH | oklch(0.686 0.133 255.8) |
Copy-ready code
/* CSS */
color: #609ceb;
background-color: #609ceb;
/* Tailwind (arbitrary) */
class="text-[#609ceb] bg-[#609ceb]"
/* SCSS */
$brand: #609ceb;
/* SwiftUI */
Color(red: 0.376, green: 0.612, blue: 0.922)
/* Android */
Color.parseColor("#609ceb")Accessibility — WCAG contrast
Aa
#609ceb on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#609ceb on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green61.2%
Blue92.2%
CMYK percentages
Cyan59.1%
Magenta33.6%
Yellow0.0%
Key (black)7.8%
Color previews
#609ceb text on a black background
contrast 7.45:1
Card sample
#609ceb text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #609ceb;
Background color
Panel with #609ceb background
background-color: #609ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #609ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 156, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 156, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #609ceb; background: linear-gradient(135deg, #609ceb, #8160EB);