#6ffddf
a light, electric cyan · cool · closest name: aquamarine
RGB
111, 253, 223
HSL
167°, 97%, 71%
CMYK
56, 0, 12, 1
Luminance
0.7896
Every format
| HEX | #6ffddf |
| RGB | rgb(111, 253, 223) |
| HSL | hsl(167, 97%, 71%) |
| CMYK | cmyk(56%, 0%, 12%, 1%) |
| LAB | lab(91.2 -45.5 2.8) |
| LCH | lch(91.2 45.6 176.5) |
| OKLCH | oklch(0.908 0.131 177.1) |
Copy-ready code
/* CSS */
color: #6ffddf;
background-color: #6ffddf;
/* Tailwind (arbitrary) */
class="text-[#6ffddf] bg-[#6ffddf]"
/* SCSS */
$brand: #6ffddf;
/* SwiftUI */
Color(red: 0.435, green: 0.992, blue: 0.875)
/* Android */
Color.parseColor("#6ffddf")Accessibility — WCAG contrast
Aa
#6ffddf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ffddf on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green99.2%
Blue87.5%
CMYK percentages
Cyan56.1%
Magenta0.0%
Yellow11.9%
Key (black)0.8%
Color previews
#6ffddf text on a black background
contrast 16.79:1
Card sample
#6ffddf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ffddf;
Background color
Panel with #6ffddf background
background-color: #6ffddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ffddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 253, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 253, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ffddf; background: linear-gradient(135deg, #6ffddf, #6FBCFD);