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