#528c95
a balanced, soft cyan · cool · closest name: teal
RGB
82, 140, 149
HSL
188°, 29%, 45%
CMYK
45, 6, 0, 42
Luminance
0.2272
Every format
| HEX | #528c95 |
| RGB | rgb(82, 140, 149) |
| HSL | hsl(188, 29%, 45%) |
| CMYK | cmyk(45%, 6%, 0%, 42%) |
| LAB | lab(54.8 -16.5 -10.7) |
| LCH | lch(54.8 19.7 213.1) |
| OKLCH | oklch(0.604 0.062 208.3) |
Copy-ready code
/* CSS */
color: #528c95;
background-color: #528c95;
/* Tailwind (arbitrary) */
class="text-[#528c95] bg-[#528c95]"
/* SCSS */
$brand: #528c95;
/* SwiftUI */
Color(red: 0.322, green: 0.549, blue: 0.584)
/* Android */
Color.parseColor("#528c95")Accessibility — WCAG contrast
Aa
#528c95 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#528c95 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green54.9%
Blue58.4%
CMYK percentages
Cyan45.0%
Magenta6.0%
Yellow0.0%
Key (black)41.6%
Color previews
#528c95 text on a black background
contrast 5.54:1
Card sample
#528c95 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #528c95;
Background color
Panel with #528c95 background
background-color: #528c95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #528c95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 140, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 140, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #528c95; background: linear-gradient(135deg, #528c95, #525F95);