#7fdacb
a light, vivid cyan · cool · closest name: turquoise
RGB
127, 218, 203
HSL
170°, 55%, 68%
CMYK
42, 0, 7, 15
Luminance
0.5897
Every format
| HEX | #7fdacb |
| RGB | rgb(127, 218, 203) |
| HSL | hsl(170, 55%, 68%) |
| CMYK | cmyk(42%, 0%, 7%, 15%) |
| LAB | lab(81.3 -30.7 -1.1) |
| LCH | lch(81.3 30.8 182.1) |
| OKLCH | oklch(0.827 0.090 182.2) |
Copy-ready code
/* CSS */
color: #7fdacb;
background-color: #7fdacb;
/* Tailwind (arbitrary) */
class="text-[#7fdacb] bg-[#7fdacb]"
/* SCSS */
$brand: #7fdacb;
/* SwiftUI */
Color(red: 0.498, green: 0.855, blue: 0.796)
/* Android */
Color.parseColor("#7fdacb")Accessibility — WCAG contrast
Aa
#7fdacb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdacb on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green85.5%
Blue79.6%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow6.9%
Key (black)14.5%
Color previews
#7fdacb text on a black background
contrast 12.79:1
Card sample
#7fdacb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdacb;
Background color
Panel with #7fdacb background
background-color: #7fdacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 218, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 218, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdacb; background: linear-gradient(135deg, #7fdacb, #7FACDA);