#7cceb0
a balanced, vivid green · cool · closest name: turquoise
RGB
124, 206, 176
HSL
158°, 46%, 65%
CMYK
40, 0, 15, 19
Luminance
0.5156
Every format
| HEX | #7cceb0 |
| RGB | rgb(124, 206, 176) |
| HSL | hsl(158, 46%, 65%) |
| CMYK | cmyk(40%, 0%, 15%, 19%) |
| LAB | lab(77.0 -31.9 7.1) |
| LCH | lch(77.0 32.7 167.4) |
| OKLCH | oklch(0.790 0.092 168.6) |
Copy-ready code
/* CSS */
color: #7cceb0;
background-color: #7cceb0;
/* Tailwind (arbitrary) */
class="text-[#7cceb0] bg-[#7cceb0]"
/* SCSS */
$brand: #7cceb0;
/* SwiftUI */
Color(red: 0.486, green: 0.808, blue: 0.690)
/* Android */
Color.parseColor("#7cceb0")Accessibility — WCAG contrast
Aa
#7cceb0 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cceb0 on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green80.8%
Blue69.0%
CMYK percentages
Cyan39.8%
Magenta0.0%
Yellow14.6%
Key (black)19.2%
Color previews
#7cceb0 text on a black background
contrast 11.31:1
Card sample
#7cceb0 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cceb0;
Background color
Panel with #7cceb0 background
background-color: #7cceb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cceb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 206, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 206, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cceb0; background: linear-gradient(135deg, #7cceb0, #7CB5CE);