#527770
a dark, soft cyan · cool · closest name: gray
RGB
82, 119, 112
HSL
169°, 18%, 39%
CMYK
31, 0, 6, 53
Luminance
0.1616
Every format
| HEX | #527770 |
| RGB | rgb(82, 119, 112) |
| HSL | hsl(169, 18%, 39%) |
| CMYK | cmyk(31%, 0%, 6%, 53%) |
| LAB | lab(47.2 -14.7 -0.3) |
| LCH | lch(47.2 14.7 181.4) |
| OKLCH | oklch(0.539 0.043 181.5) |
Copy-ready code
/* CSS */
color: #527770;
background-color: #527770;
/* Tailwind (arbitrary) */
class="text-[#527770] bg-[#527770]"
/* SCSS */
$brand: #527770;
/* SwiftUI */
Color(red: 0.322, green: 0.467, blue: 0.439)
/* Android */
Color.parseColor("#527770")Accessibility — WCAG contrast
Aa
#527770 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#527770 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green46.7%
Blue43.9%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow5.9%
Key (black)53.3%
Color previews
#527770 text on a black background
contrast 4.23:1
Card sample
#527770 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #527770;
Background color
Panel with #527770 background
background-color: #527770;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #527770;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 119, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 119, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #527770; background: linear-gradient(135deg, #527770, #526577);