#7fd4ba
a light, vivid cyan · cool · closest name: turquoise
RGB
127, 212, 186
HSL
162°, 50%, 67%
CMYK
40, 0, 12, 17
Luminance
0.5514
Every format
| HEX | #7fd4ba |
| RGB | rgb(127, 212, 186) |
| HSL | hsl(162, 50%, 67%) |
| CMYK | cmyk(40%, 0%, 12%, 17%) |
| LAB | lab(79.1 -31.7 4.8) |
| LCH | lch(79.1 32.1 171.4) |
| OKLCH | oklch(0.808 0.091 172.3) |
Copy-ready code
/* CSS */
color: #7fd4ba;
background-color: #7fd4ba;
/* Tailwind (arbitrary) */
class="text-[#7fd4ba] bg-[#7fd4ba]"
/* SCSS */
$brand: #7fd4ba;
/* SwiftUI */
Color(red: 0.498, green: 0.831, blue: 0.729)
/* Android */
Color.parseColor("#7fd4ba")Accessibility — WCAG contrast
Aa
#7fd4ba on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd4ba on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green83.1%
Blue72.9%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow12.3%
Key (black)16.9%
Color previews
#7fd4ba text on a black background
contrast 12.03:1
Card sample
#7fd4ba text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd4ba;
Background color
Panel with #7fd4ba background
background-color: #7fd4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 212, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 212, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd4ba; background: linear-gradient(135deg, #7fd4ba, #7FB5D4);