#6ffecf
a light, electric cyan · cool · closest name: aquamarine
RGB
111, 254, 207
HSL
160°, 99%, 72%
CMYK
56, 0, 19, 0
Luminance
0.7877
Every format
| HEX | #6ffecf |
| RGB | rgb(111, 254, 207) |
| HSL | hsl(160, 99%, 72%) |
| CMYK | cmyk(56%, 0%, 19%, 0%) |
| LAB | lab(91.1 -49.5 10.9) |
| LCH | lch(91.1 50.7 167.6) |
| OKLCH | oklch(0.906 0.141 168.6) |
Copy-ready code
/* CSS */
color: #6ffecf;
background-color: #6ffecf;
/* Tailwind (arbitrary) */
class="text-[#6ffecf] bg-[#6ffecf]"
/* SCSS */
$brand: #6ffecf;
/* SwiftUI */
Color(red: 0.435, green: 0.996, blue: 0.812)
/* Android */
Color.parseColor("#6ffecf")Accessibility — WCAG contrast
Aa
#6ffecf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ffecf on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green99.6%
Blue81.2%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow18.5%
Key (black)0.4%
Color previews
#6ffecf text on a black background
contrast 16.75:1
Card sample
#6ffecf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ffecf;
Background color
Panel with #6ffecf background
background-color: #6ffecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ffecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 254, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 254, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ffecf; background: linear-gradient(135deg, #6ffecf, #6FCEFE);