#8dfedb
a light, electric cyan · cool · closest name: aquamarine
RGB
141, 254, 219
HSL
161°, 98%, 78%
CMYK
45, 0, 14, 0
Luminance
0.8166
Every format
| HEX | #8dfedb |
| RGB | rgb(141, 254, 219) |
| HSL | hsl(161, 98%, 78%) |
| CMYK | cmyk(45%, 0%, 14%, 0%) |
| LAB | lab(92.4 -40.3 6.7) |
| LCH | lch(92.4 40.9 170.5) |
| OKLCH | oklch(0.920 0.116 171.5) |
Copy-ready code
/* CSS */
color: #8dfedb;
background-color: #8dfedb;
/* Tailwind (arbitrary) */
class="text-[#8dfedb] bg-[#8dfedb]"
/* SCSS */
$brand: #8dfedb;
/* SwiftUI */
Color(red: 0.553, green: 0.996, blue: 0.859)
/* Android */
Color.parseColor("#8dfedb")Accessibility — WCAG contrast
Aa
#8dfedb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dfedb on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green99.6%
Blue85.9%
CMYK percentages
Cyan44.5%
Magenta0.0%
Yellow13.8%
Key (black)0.4%
Color previews
#8dfedb text on a black background
contrast 17.33:1
Card sample
#8dfedb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dfedb;
Background color
Panel with #8dfedb background
background-color: #8dfedb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dfedb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 254, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 254, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dfedb; background: linear-gradient(135deg, #8dfedb, #8DD6FE);