#82bfac
a balanced, soft cyan · cool · closest name: turquoise
RGB
130, 191, 172
HSL
161°, 32%, 63%
CMYK
32, 0, 10, 25
Luminance
0.4499
Every format
| HEX | #82bfac |
| RGB | rgb(130, 191, 172) |
| HSL | hsl(161, 32%, 63%) |
| CMYK | cmyk(32%, 0%, 10%, 25%) |
| LAB | lab(72.9 -23.8 3.3) |
| LCH | lch(72.9 24.0 172.0) |
| OKLCH | oklch(0.757 0.069 172.9) |
Copy-ready code
/* CSS */
color: #82bfac;
background-color: #82bfac;
/* Tailwind (arbitrary) */
class="text-[#82bfac] bg-[#82bfac]"
/* SCSS */
$brand: #82bfac;
/* SwiftUI */
Color(red: 0.510, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#82bfac")Accessibility — WCAG contrast
Aa
#82bfac on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82bfac on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green74.9%
Blue67.5%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#82bfac text on a black background
contrast 10.00:1
Card sample
#82bfac text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82bfac;
Background color
Panel with #82bfac background
background-color: #82bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82bfac; background: linear-gradient(135deg, #82bfac, #82A9BF);