#7fe2da
a light, vivid cyan · cool · closest name: turquoise
RGB
127, 226, 218
HSL
175°, 63%, 69%
CMYK
44, 0, 4, 11
Luminance
0.6397
Every format
| HEX | #7fe2da |
| RGB | rgb(127, 226, 218) |
| HSL | hsl(175, 63%, 69%) |
| CMYK | cmyk(44%, 0%, 4%, 11%) |
| LAB | lab(84.0 -31.0 -5.2) |
| LCH | lch(84.0 31.4 189.5) |
| OKLCH | oklch(0.850 0.094 188.8) |
Copy-ready code
/* CSS */
color: #7fe2da;
background-color: #7fe2da;
/* Tailwind (arbitrary) */
class="text-[#7fe2da] bg-[#7fe2da]"
/* SCSS */
$brand: #7fe2da;
/* SwiftUI */
Color(red: 0.498, green: 0.886, blue: 0.855)
/* Android */
Color.parseColor("#7fe2da")Accessibility — WCAG contrast
Aa
#7fe2da on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fe2da on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green88.6%
Blue85.5%
CMYK percentages
Cyan43.8%
Magenta0.0%
Yellow3.5%
Key (black)11.4%
Color previews
#7fe2da text on a black background
contrast 13.79:1
Card sample
#7fe2da text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fe2da;
Background color
Panel with #7fe2da background
background-color: #7fe2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fe2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 226, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 226, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fe2da; background: linear-gradient(135deg, #7fe2da, #7FA8E2);