#7fddcb
a light, vivid cyan · cool · closest name: turquoise
RGB
127, 221, 203
HSL
169°, 58%, 68%
CMYK
43, 0, 8, 13
Luminance
0.6054
Every format
| HEX | #7fddcb |
| RGB | rgb(127, 221, 203) |
| HSL | hsl(169, 58%, 68%) |
| CMYK | cmyk(43%, 0%, 8%, 13%) |
| LAB | lab(82.1 -32.2 0.1) |
| LCH | lch(82.1 32.2 179.8) |
| OKLCH | oklch(0.834 0.094 180.1) |
Copy-ready code
/* CSS */
color: #7fddcb;
background-color: #7fddcb;
/* Tailwind (arbitrary) */
class="text-[#7fddcb] bg-[#7fddcb]"
/* SCSS */
$brand: #7fddcb;
/* SwiftUI */
Color(red: 0.498, green: 0.867, blue: 0.796)
/* Android */
Color.parseColor("#7fddcb")Accessibility — WCAG contrast
Aa
#7fddcb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fddcb on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green86.7%
Blue79.6%
CMYK percentages
Cyan42.5%
Magenta0.0%
Yellow8.1%
Key (black)13.3%
Color previews
#7fddcb text on a black background
contrast 13.11:1
Card sample
#7fddcb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fddcb;
Background color
Panel with #7fddcb background
background-color: #7fddcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fddcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 221, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 221, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fddcb; background: linear-gradient(135deg, #7fddcb, #7FB0DD);