#7ebfb2
a balanced, soft cyan · cool · closest name: turquoise
RGB
126, 191, 178
HSL
168°, 34%, 62%
CMYK
34, 0, 7, 25
Luminance
0.4491
Every format
| HEX | #7ebfb2 |
| RGB | rgb(126, 191, 178) |
| HSL | hsl(168, 34%, 62%) |
| CMYK | cmyk(34%, 0%, 7%, 25%) |
| LAB | lab(72.8 -23.6 -0.0) |
| LCH | lch(72.8 23.6 180.0) |
| OKLCH | oklch(0.757 0.069 180.4) |
Copy-ready code
/* CSS */
color: #7ebfb2;
background-color: #7ebfb2;
/* Tailwind (arbitrary) */
class="text-[#7ebfb2] bg-[#7ebfb2]"
/* SCSS */
$brand: #7ebfb2;
/* SwiftUI */
Color(red: 0.494, green: 0.749, blue: 0.698)
/* Android */
Color.parseColor("#7ebfb2")Accessibility — WCAG contrast
Aa
#7ebfb2 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebfb2 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green74.9%
Blue69.8%
CMYK percentages
Cyan34.0%
Magenta0.0%
Yellow6.8%
Key (black)25.1%
Color previews
#7ebfb2 text on a black background
contrast 9.98:1
Card sample
#7ebfb2 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebfb2;
Background color
Panel with #7ebfb2 background
background-color: #7ebfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 191, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 191, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebfb2; background: linear-gradient(135deg, #7ebfb2, #7EA1BF);