#609fdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
96, 159, 223
HSL
210°, 67%, 63%
CMYK
57, 29, 0, 13
Luminance
0.3261
Every format
| HEX | #609fdf |
| RGB | rgb(96, 159, 223) |
| HSL | hsl(210, 67%, 63%) |
| CMYK | cmyk(57%, 29%, 0%, 13%) |
| LAB | lab(63.8 -1.7 -38.6) |
| LCH | lch(63.8 38.6 267.5) |
| OKLCH | oklch(0.687 0.115 250.2) |
Copy-ready code
/* CSS */
color: #609fdf;
background-color: #609fdf;
/* Tailwind (arbitrary) */
class="text-[#609fdf] bg-[#609fdf]"
/* SCSS */
$brand: #609fdf;
/* SwiftUI */
Color(red: 0.376, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#609fdf")Accessibility — WCAG contrast
Aa
#609fdf on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#609fdf on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green62.4%
Blue87.5%
CMYK percentages
Cyan57.0%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#609fdf text on a black background
contrast 7.52:1
Card sample
#609fdf text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #609fdf;
Background color
Panel with #609fdf background
background-color: #609fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #609fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #609fdf; background: linear-gradient(135deg, #609fdf, #7560DF);