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