#6ffef1
a light, electric cyan · cool · closest name: cyan
RGB
111, 254, 241
HSL
175°, 99%, 72%
CMYK
56, 0, 5, 0
Luminance
0.8061
Every format
| HEX | #6ffef1 |
| RGB | rgb(111, 254, 241) |
| HSL | hsl(175, 99%, 72%) |
| CMYK | cmyk(56%, 0%, 5%, 0%) |
| LAB | lab(92.0 -41.6 -5.5) |
| LCH | lch(92.0 41.9 187.5) |
| OKLCH | oklch(0.915 0.125 187.1) |
Copy-ready code
/* CSS */
color: #6ffef1;
background-color: #6ffef1;
/* Tailwind (arbitrary) */
class="text-[#6ffef1] bg-[#6ffef1]"
/* SCSS */
$brand: #6ffef1;
/* SwiftUI */
Color(red: 0.435, green: 0.996, blue: 0.945)
/* Android */
Color.parseColor("#6ffef1")Accessibility — WCAG contrast
Aa
#6ffef1 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ffef1 on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green99.6%
Blue94.5%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow5.1%
Key (black)0.4%
Color previews
#6ffef1 text on a black background
contrast 17.12:1
Card sample
#6ffef1 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ffef1;
Background color
Panel with #6ffef1 background
background-color: #6ffef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ffef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 254, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 254, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ffef1; background: linear-gradient(135deg, #6ffef1, #6FACFE);