#7fcfac
a light, vivid green · cool · closest name: turquoise
RGB
127, 207, 172
HSL
154°, 46%, 66%
CMYK
39, 0, 17, 19
Luminance
0.5212
Every format
| HEX | #7fcfac |
| RGB | rgb(127, 207, 172) |
| HSL | hsl(154, 46%, 66%) |
| CMYK | cmyk(39%, 0%, 17%, 19%) |
| LAB | lab(77.3 -32.4 9.7) |
| LCH | lch(77.3 33.8 163.3) |
| OKLCH | oklch(0.793 0.094 164.6) |
Copy-ready code
/* CSS */
color: #7fcfac;
background-color: #7fcfac;
/* Tailwind (arbitrary) */
class="text-[#7fcfac] bg-[#7fcfac]"
/* SCSS */
$brand: #7fcfac;
/* SwiftUI */
Color(red: 0.498, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#7fcfac")Accessibility — WCAG contrast
Aa
#7fcfac on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fcfac on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green81.2%
Blue67.5%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#7fcfac text on a black background
contrast 11.42:1
Card sample
#7fcfac text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fcfac;
Background color
Panel with #7fcfac background
background-color: #7fcfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fcfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fcfac; background: linear-gradient(135deg, #7fcfac, #7FBDCF);