#528fa3
a balanced, soft cyan · cool · closest name: teal
RGB
82, 143, 163
HSL
195°, 33%, 48%
CMYK
50, 12, 0, 36
Luminance
0.2408
Every format
| HEX | #528fa3 |
| RGB | rgb(82, 143, 163) |
| HSL | hsl(195, 33%, 48%) |
| CMYK | cmyk(50%, 12%, 0%, 36%) |
| LAB | lab(56.2 -14.1 -16.7) |
| LCH | lch(56.2 21.9 229.8) |
| OKLCH | oklch(0.617 0.070 221.2) |
Copy-ready code
/* CSS */
color: #528fa3;
background-color: #528fa3;
/* Tailwind (arbitrary) */
class="text-[#528fa3] bg-[#528fa3]"
/* SCSS */
$brand: #528fa3;
/* SwiftUI */
Color(red: 0.322, green: 0.561, blue: 0.639)
/* Android */
Color.parseColor("#528fa3")Accessibility — WCAG contrast
Aa
#528fa3 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#528fa3 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green56.1%
Blue63.9%
CMYK percentages
Cyan49.7%
Magenta12.3%
Yellow0.0%
Key (black)36.1%
Color previews
#528fa3 text on a black background
contrast 5.82:1
Card sample
#528fa3 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #528fa3;
Background color
Panel with #528fa3 background
background-color: #528fa3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #528fa3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 143, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 143, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #528fa3; background: linear-gradient(135deg, #528fa3, #5259A3);