#8dbeb2
a balanced, soft cyan · cool · closest name: silver
RGB
141, 190, 178
HSL
165°, 27%, 65%
CMYK
26, 0, 6, 26
Luminance
0.4570
Every format
| HEX | #8dbeb2 |
| RGB | rgb(141, 190, 178) |
| HSL | hsl(165, 27%, 65%) |
| CMYK | cmyk(26%, 0%, 6%, 26%) |
| LAB | lab(73.3 -18.6 0.8) |
| LCH | lch(73.3 18.7 177.5) |
| OKLCH | oklch(0.763 0.054 178.0) |
Copy-ready code
/* CSS */
color: #8dbeb2;
background-color: #8dbeb2;
/* Tailwind (arbitrary) */
class="text-[#8dbeb2] bg-[#8dbeb2]"
/* SCSS */
$brand: #8dbeb2;
/* SwiftUI */
Color(red: 0.553, green: 0.745, blue: 0.698)
/* Android */
Color.parseColor("#8dbeb2")Accessibility — WCAG contrast
Aa
#8dbeb2 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dbeb2 on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green74.5%
Blue69.8%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow6.3%
Key (black)25.5%
Color previews
#8dbeb2 text on a black background
contrast 10.14:1
Card sample
#8dbeb2 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dbeb2;
Background color
Panel with #8dbeb2 background
background-color: #8dbeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dbeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 190, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 190, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dbeb2; background: linear-gradient(135deg, #8dbeb2, #8DA9BE);