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