#6fffea
a light, electric cyan · cool · closest name: turquoise
RGB
111, 255, 234
HSL
171°, 100%, 72%
CMYK
57, 0, 8, 0
Luminance
0.8084
Every format
| HEX | #6fffea |
| RGB | rgb(111, 255, 234) |
| HSL | hsl(171, 100%, 72%) |
| CMYK | cmyk(57%, 0%, 8%, 0%) |
| LAB | lab(92.1 -43.7 -1.7) |
| LCH | lch(92.1 43.8 182.2) |
| OKLCH | oklch(0.915 0.128 182.3) |
Copy-ready code
/* CSS */
color: #6fffea;
background-color: #6fffea;
/* Tailwind (arbitrary) */
class="text-[#6fffea] bg-[#6fffea]"
/* SCSS */
$brand: #6fffea;
/* SwiftUI */
Color(red: 0.435, green: 1.000, blue: 0.918)
/* Android */
Color.parseColor("#6fffea")Accessibility — WCAG contrast
Aa
#6fffea on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fffea on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green100.0%
Blue91.8%
CMYK percentages
Cyan56.5%
Magenta0.0%
Yellow8.2%
Key (black)0.0%
Color previews
#6fffea text on a black background
contrast 17.17:1
Card sample
#6fffea text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fffea;
Background color
Panel with #6fffea background
background-color: #6fffea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fffea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 255, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 255, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fffea; background: linear-gradient(135deg, #6fffea, #6FB4FF);