#609eb3
a balanced, soft cyan · cool · closest name: skyblue
RGB
96, 158, 179
HSL
195°, 35%, 54%
CMYK
46, 12, 0, 30
Luminance
0.3020
Every format
| HEX | #609eb3 |
| RGB | rgb(96, 158, 179) |
| HSL | hsl(195, 35%, 54%) |
| CMYK | cmyk(46%, 12%, 0%, 30%) |
| LAB | lab(61.8 -14.3 -17.1) |
| LCH | lch(61.8 22.3 230.2) |
| OKLCH | oklch(0.665 0.071 221.7) |
Copy-ready code
/* CSS */
color: #609eb3;
background-color: #609eb3;
/* Tailwind (arbitrary) */
class="text-[#609eb3] bg-[#609eb3]"
/* SCSS */
$brand: #609eb3;
/* SwiftUI */
Color(red: 0.376, green: 0.620, blue: 0.702)
/* Android */
Color.parseColor("#609eb3")Accessibility — WCAG contrast
Aa
#609eb3 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#609eb3 on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green62.0%
Blue70.2%
CMYK percentages
Cyan46.4%
Magenta11.7%
Yellow0.0%
Key (black)29.8%
Color previews
#609eb3 text on a black background
contrast 7.04:1
Card sample
#609eb3 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #609eb3;
Background color
Panel with #609eb3 background
background-color: #609eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #609eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 158, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 158, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #609eb3; background: linear-gradient(135deg, #609eb3, #6067B3);