#6ffade
a light, electric cyan · cool · closest name: aquamarine
RGB
111, 250, 222
HSL
168°, 93%, 71%
CMYK
56, 0, 11, 2
Luminance
0.7702
Every format
| HEX | #6ffade |
| RGB | rgb(111, 250, 222) |
| HSL | hsl(168, 93%, 71%) |
| CMYK | cmyk(56%, 0%, 11%, 2%) |
| LAB | lab(90.3 -44.4 2.0) |
| LCH | lch(90.3 44.5 177.4) |
| OKLCH | oklch(0.900 0.128 177.9) |
Copy-ready code
/* CSS */
color: #6ffade;
background-color: #6ffade;
/* Tailwind (arbitrary) */
class="text-[#6ffade] bg-[#6ffade]"
/* SCSS */
$brand: #6ffade;
/* SwiftUI */
Color(red: 0.435, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#6ffade")Accessibility — WCAG contrast
Aa
#6ffade on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ffade on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green98.0%
Blue87.1%
CMYK percentages
Cyan55.6%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#6ffade text on a black background
contrast 16.40:1
Card sample
#6ffade text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ffade;
Background color
Panel with #6ffade background
background-color: #6ffade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ffade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ffade; background: linear-gradient(135deg, #6ffade, #6FB9FA);