#7ccfac
a balanced, vivid green · cool · closest name: turquoise
RGB
124, 207, 172
HSL
155°, 46%, 65%
CMYK
40, 0, 17, 19
Luminance
0.5189
Every format
| HEX | #7ccfac |
| RGB | rgb(124, 207, 172) |
| HSL | hsl(155, 46%, 65%) |
| CMYK | cmyk(40%, 0%, 17%, 19%) |
| LAB | lab(77.2 -33.2 9.5) |
| LCH | lch(77.2 34.6 164.0) |
| OKLCH | oklch(0.792 0.096 165.2) |
Copy-ready code
/* CSS */
color: #7ccfac;
background-color: #7ccfac;
/* Tailwind (arbitrary) */
class="text-[#7ccfac] bg-[#7ccfac]"
/* SCSS */
$brand: #7ccfac;
/* SwiftUI */
Color(red: 0.486, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#7ccfac")Accessibility — WCAG contrast
Aa
#7ccfac on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ccfac on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green81.2%
Blue67.5%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#7ccfac text on a black background
contrast 11.38:1
Card sample
#7ccfac text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ccfac;
Background color
Panel with #7ccfac background
background-color: #7ccfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ccfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ccfac; background: linear-gradient(135deg, #7ccfac, #7CBBCF);