#529eb7
a balanced, soft cyan · cool · closest name: skyblue
RGB
82, 158, 183
HSL
195°, 41%, 52%
CMYK
55, 14, 0, 28
Luminance
0.2967
Every format
| HEX | #529eb7 |
| RGB | rgb(82, 158, 183) |
| HSL | hsl(195, 41%, 52%) |
| CMYK | cmyk(55%, 14%, 0%, 28%) |
| LAB | lab(61.4 -16.3 -20.1) |
| LCH | lch(61.4 25.9 230.9) |
| OKLCH | oklch(0.660 0.084 221.8) |
Copy-ready code
/* CSS */
color: #529eb7;
background-color: #529eb7;
/* Tailwind (arbitrary) */
class="text-[#529eb7] bg-[#529eb7]"
/* SCSS */
$brand: #529eb7;
/* SwiftUI */
Color(red: 0.322, green: 0.620, blue: 0.718)
/* Android */
Color.parseColor("#529eb7")Accessibility — WCAG contrast
Aa
#529eb7 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#529eb7 on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green62.0%
Blue71.8%
CMYK percentages
Cyan55.2%
Magenta13.7%
Yellow0.0%
Key (black)28.2%
Color previews
#529eb7 text on a black background
contrast 6.93:1
Card sample
#529eb7 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #529eb7;
Background color
Panel with #529eb7 background
background-color: #529eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #529eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 158, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 158, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #529eb7; background: linear-gradient(135deg, #529eb7, #525BB7);