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