#8df4da
a light, electric cyan · cool · closest name: aquamarine
RGB
141, 244, 218
HSL
165°, 82%, 76%
CMYK
42, 0, 11, 4
Luminance
0.7543
Every format
| HEX | #8df4da |
| RGB | rgb(141, 244, 218) |
| HSL | hsl(165, 82%, 76%) |
| CMYK | cmyk(42%, 0%, 11%, 4%) |
| LAB | lab(89.6 -36.0 3.2) |
| LCH | lch(89.6 36.1 175.0) |
| OKLCH | oklch(0.897 0.104 175.7) |
Copy-ready code
/* CSS */
color: #8df4da;
background-color: #8df4da;
/* Tailwind (arbitrary) */
class="text-[#8df4da] bg-[#8df4da]"
/* SCSS */
$brand: #8df4da;
/* SwiftUI */
Color(red: 0.553, green: 0.957, blue: 0.855)
/* Android */
Color.parseColor("#8df4da")Accessibility — WCAG contrast
Aa
#8df4da on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8df4da on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green95.7%
Blue85.5%
CMYK percentages
Cyan42.2%
Magenta0.0%
Yellow10.7%
Key (black)4.3%
Color previews
#8df4da text on a black background
contrast 16.09:1
Card sample
#8df4da text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8df4da;
Background color
Panel with #8df4da background
background-color: #8df4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8df4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 244, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 244, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8df4da; background: linear-gradient(135deg, #8df4da, #8DC9F4);