#7fdedf
a light, vivid cyan · cool · closest name: turquoise
RGB
127, 222, 223
HSL
181°, 60%, 69%
CMYK
43, 0, 0, 13
Luminance
0.6208
Every format
| HEX | #7fdedf |
| RGB | rgb(127, 222, 223) |
| HSL | hsl(181, 60%, 69%) |
| CMYK | cmyk(43%, 0%, 0%, 13%) |
| LAB | lab(83.0 -27.8 -9.3) |
| LCH | lch(83.0 29.4 198.5) |
| OKLCH | oklch(0.843 0.090 196.5) |
Copy-ready code
/* CSS */
color: #7fdedf;
background-color: #7fdedf;
/* Tailwind (arbitrary) */
class="text-[#7fdedf] bg-[#7fdedf]"
/* SCSS */
$brand: #7fdedf;
/* SwiftUI */
Color(red: 0.498, green: 0.871, blue: 0.875)
/* Android */
Color.parseColor("#7fdedf")Accessibility — WCAG contrast
Aa
#7fdedf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdedf on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green87.1%
Blue87.5%
CMYK percentages
Cyan43.0%
Magenta0.4%
Yellow0.0%
Key (black)12.5%
Color previews
#7fdedf text on a black background
contrast 13.42:1
Card sample
#7fdedf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdedf;
Background color
Panel with #7fdedf background
background-color: #7fdedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 222, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 222, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdedf; background: linear-gradient(135deg, #7fdedf, #7F9EDF);