#82baac
a balanced, soft cyan · cool · closest name: silver
RGB
130, 186, 172
HSL
165°, 29%, 62%
CMYK
30, 0, 8, 27
Luminance
0.4284
Every format
| HEX | #82baac |
| RGB | rgb(130, 186, 172) |
| HSL | hsl(165, 29%, 62%) |
| CMYK | cmyk(30%, 0%, 8%, 27%) |
| LAB | lab(71.5 -21.3 1.3) |
| LCH | lch(71.5 21.3 176.6) |
| OKLCH | oklch(0.746 0.062 177.2) |
Copy-ready code
/* CSS */
color: #82baac;
background-color: #82baac;
/* Tailwind (arbitrary) */
class="text-[#82baac] bg-[#82baac]"
/* SCSS */
$brand: #82baac;
/* SwiftUI */
Color(red: 0.510, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#82baac")Accessibility — WCAG contrast
Aa
#82baac on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#82baac on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green72.9%
Blue67.5%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#82baac text on a black background
contrast 9.57:1
Card sample
#82baac text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #82baac;
Background color
Panel with #82baac background
background-color: #82baac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #82baac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #82baac; background: linear-gradient(135deg, #82baac, #82A3BA);