#8bc4b8
a light, soft cyan · cool · closest name: silver
RGB
139, 196, 184
HSL
167°, 33%, 66%
CMYK
29, 0, 6, 23
Luminance
0.4843
Every format
| HEX | #8bc4b8 |
| RGB | rgb(139, 196, 184) |
| HSL | hsl(167, 33%, 66%) |
| CMYK | cmyk(29%, 0%, 6%, 23%) |
| LAB | lab(75.1 -21.0 0.1) |
| LCH | lch(75.1 21.0 179.7) |
| OKLCH | oklch(0.777 0.062 180.1) |
Copy-ready code
/* CSS */
color: #8bc4b8;
background-color: #8bc4b8;
/* Tailwind (arbitrary) */
class="text-[#8bc4b8] bg-[#8bc4b8]"
/* SCSS */
$brand: #8bc4b8;
/* SwiftUI */
Color(red: 0.545, green: 0.769, blue: 0.722)
/* Android */
Color.parseColor("#8bc4b8")Accessibility — WCAG contrast
Aa
#8bc4b8 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bc4b8 on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green76.9%
Blue72.2%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow6.1%
Key (black)23.1%
Color previews
#8bc4b8 text on a black background
contrast 10.69:1
Card sample
#8bc4b8 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bc4b8;
Background color
Panel with #8bc4b8 background
background-color: #8bc4b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bc4b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 196, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 196, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bc4b8; background: linear-gradient(135deg, #8bc4b8, #8BAAC4);