#6ff4cf
a light, electric cyan · cool · closest name: aquamarine
RGB
111, 244, 207
HSL
163°, 86%, 70%
CMYK
55, 0, 15, 4
Luminance
0.7259
Every format
| HEX | #6ff4cf |
| RGB | rgb(111, 244, 207) |
| HSL | hsl(163, 86%, 70%) |
| CMYK | cmyk(55%, 0%, 15%, 4%) |
| LAB | lab(88.3 -45.3 6.8) |
| LCH | lch(88.3 45.8 171.4) |
| OKLCH | oklch(0.882 0.129 172.3) |
Copy-ready code
/* CSS */
color: #6ff4cf;
background-color: #6ff4cf;
/* Tailwind (arbitrary) */
class="text-[#6ff4cf] bg-[#6ff4cf]"
/* SCSS */
$brand: #6ff4cf;
/* SwiftUI */
Color(red: 0.435, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#6ff4cf")Accessibility — WCAG contrast
Aa
#6ff4cf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ff4cf on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green95.7%
Blue81.2%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow15.2%
Key (black)4.3%
Color previews
#6ff4cf text on a black background
contrast 15.52:1
Card sample
#6ff4cf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ff4cf;
Background color
Panel with #6ff4cf background
background-color: #6ff4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ff4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ff4cf; background: linear-gradient(135deg, #6ff4cf, #6FC0F4);