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