#6dfdda
a light, electric cyan · cool · closest name: aquamarine
RGB
109, 253, 218
HSL
165°, 97%, 71%
CMYK
57, 0, 14, 1
Luminance
0.7856
Every format
| HEX | #6dfdda |
| RGB | rgb(109, 253, 218) |
| HSL | hsl(165, 97%, 71%) |
| CMYK | cmyk(57%, 0%, 14%, 1%) |
| LAB | lab(91.0 -47.0 5.1) |
| LCH | lch(91.0 47.3 173.8) |
| OKLCH | oklch(0.906 0.135 174.5) |
Copy-ready code
/* CSS */
color: #6dfdda;
background-color: #6dfdda;
/* Tailwind (arbitrary) */
class="text-[#6dfdda] bg-[#6dfdda]"
/* SCSS */
$brand: #6dfdda;
/* SwiftUI */
Color(red: 0.427, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#6dfdda")Accessibility — WCAG contrast
Aa
#6dfdda on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dfdda on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green99.2%
Blue85.5%
CMYK percentages
Cyan56.9%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#6dfdda text on a black background
contrast 16.71:1
Card sample
#6dfdda text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dfdda;
Background color
Panel with #6dfdda background
background-color: #6dfdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dfdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dfdda; background: linear-gradient(135deg, #6dfdda, #6DC0FD);