#6fefd6
a light, electric cyan · cool · closest name: turquoise
RGB
111, 239, 214
HSL
168°, 80%, 69%
CMYK
54, 0, 11, 6
Luminance
0.6997
Every format
| HEX | #6fefd6 |
| RGB | rgb(111, 239, 214) |
| HSL | hsl(168, 80%, 69%) |
| CMYK | cmyk(54%, 0%, 11%, 6%) |
| LAB | lab(87.0 -41.5 1.3) |
| LCH | lch(87.0 41.5 178.2) |
| OKLCH | oklch(0.873 0.120 178.6) |
Copy-ready code
/* CSS */
color: #6fefd6;
background-color: #6fefd6;
/* Tailwind (arbitrary) */
class="text-[#6fefd6] bg-[#6fefd6]"
/* SCSS */
$brand: #6fefd6;
/* SwiftUI */
Color(red: 0.435, green: 0.937, blue: 0.839)
/* Android */
Color.parseColor("#6fefd6")Accessibility — WCAG contrast
Aa
#6fefd6 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fefd6 on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green93.7%
Blue83.9%
CMYK percentages
Cyan53.6%
Magenta0.0%
Yellow10.5%
Key (black)6.3%
Color previews
#6fefd6 text on a black background
contrast 14.99:1
Card sample
#6fefd6 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fefd6;
Background color
Panel with #6fefd6 background
background-color: #6fefd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fefd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 239, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 239, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fefd6; background: linear-gradient(135deg, #6fefd6, #6FB3EF);