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