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