#7ebaa7
a balanced, soft cyan · cool · closest name: turquoise
RGB
126, 186, 167
HSL
161°, 30%, 61%
CMYK
32, 0, 10, 27
Luminance
0.4234
Every format
| HEX | #7ebaa7 |
| RGB | rgb(126, 186, 167) |
| HSL | hsl(161, 30%, 61%) |
| CMYK | cmyk(32%, 0%, 10%, 27%) |
| LAB | lab(71.1 -23.6 3.5) |
| LCH | lch(71.1 23.8 171.6) |
| OKLCH | oklch(0.742 0.068 172.6) |
Copy-ready code
/* CSS */
color: #7ebaa7;
background-color: #7ebaa7;
/* Tailwind (arbitrary) */
class="text-[#7ebaa7] bg-[#7ebaa7]"
/* SCSS */
$brand: #7ebaa7;
/* SwiftUI */
Color(red: 0.494, green: 0.729, blue: 0.655)
/* Android */
Color.parseColor("#7ebaa7")Accessibility — WCAG contrast
Aa
#7ebaa7 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebaa7 on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green72.9%
Blue65.5%
CMYK percentages
Cyan32.3%
Magenta0.0%
Yellow10.2%
Key (black)27.1%
Color previews
#7ebaa7 text on a black background
contrast 9.47:1
Card sample
#7ebaa7 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebaa7;
Background color
Panel with #7ebaa7 background
background-color: #7ebaa7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebaa7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 186, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 186, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebaa7; background: linear-gradient(135deg, #7ebaa7, #7EA5BA);