#7fceb6
a light, soft cyan · cool · closest name: turquoise
RGB
127, 206, 182
HSL
162°, 45%, 65%
CMYK
38, 0, 12, 19
Luminance
0.5203
Every format
| HEX | #7fceb6 |
| RGB | rgb(127, 206, 182) |
| HSL | hsl(162, 45%, 65%) |
| CMYK | cmyk(38%, 0%, 12%, 19%) |
| LAB | lab(77.3 -29.8 4.3) |
| LCH | lch(77.3 30.1 171.8) |
| OKLCH | oklch(0.793 0.086 172.7) |
Copy-ready code
/* CSS */
color: #7fceb6;
background-color: #7fceb6;
/* Tailwind (arbitrary) */
class="text-[#7fceb6] bg-[#7fceb6]"
/* SCSS */
$brand: #7fceb6;
/* SwiftUI */
Color(red: 0.498, green: 0.808, blue: 0.714)
/* Android */
Color.parseColor("#7fceb6")Accessibility — WCAG contrast
Aa
#7fceb6 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fceb6 on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green80.8%
Blue71.4%
CMYK percentages
Cyan38.3%
Magenta0.0%
Yellow11.7%
Key (black)19.2%
Color previews
#7fceb6 text on a black background
contrast 11.41:1
Card sample
#7fceb6 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fceb6;
Background color
Panel with #7fceb6 background
background-color: #7fceb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fceb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 206, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 206, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fceb6; background: linear-gradient(135deg, #7fceb6, #7FB1CE);