#658daf
a balanced, soft blue · cool · closest name: steelblue
RGB
101, 141, 175
HSL
208°, 32%, 54%
CMYK
42, 19, 0, 31
Luminance
0.2491
Every format
| HEX | #658daf |
| RGB | rgb(101, 141, 175) |
| HSL | hsl(208, 32%, 54%) |
| CMYK | cmyk(42%, 19%, 0%, 31%) |
| LAB | lab(57.0 -4.7 -22.2) |
| LCH | lch(57.0 22.7 258.0) |
| OKLCH | oklch(0.627 0.068 244.8) |
Copy-ready code
/* CSS */
color: #658daf;
background-color: #658daf;
/* Tailwind (arbitrary) */
class="text-[#658daf] bg-[#658daf]"
/* SCSS */
$brand: #658daf;
/* SwiftUI */
Color(red: 0.396, green: 0.553, blue: 0.686)
/* Android */
Color.parseColor("#658daf")Accessibility — WCAG contrast
Aa
#658daf on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#658daf on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green55.3%
Blue68.6%
CMYK percentages
Cyan42.3%
Magenta19.4%
Yellow0.0%
Key (black)31.4%
Color previews
#658daf text on a black background
contrast 5.98:1
Card sample
#658daf text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #658daf;
Background color
Panel with #658daf background
background-color: #658daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #658daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 141, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 141, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #658daf; background: linear-gradient(135deg, #658daf, #6E65AF);