#6ebfa2
a balanced, soft green · cool · closest name: turquoise
RGB
110, 191, 162
HSL
159°, 39%, 59%
CMYK
42, 0, 15, 25
Luminance
0.4319
Every format
| HEX | #6ebfa2 |
| RGB | rgb(110, 191, 162) |
| HSL | hsl(159, 39%, 59%) |
| CMYK | cmyk(42%, 0%, 15%, 25%) |
| LAB | lab(71.7 -31.6 6.9) |
| LCH | lch(71.7 32.4 167.6) |
| OKLCH | oklch(0.744 0.091 168.7) |
Copy-ready code
/* CSS */
color: #6ebfa2;
background-color: #6ebfa2;
/* Tailwind (arbitrary) */
class="text-[#6ebfa2] bg-[#6ebfa2]"
/* SCSS */
$brand: #6ebfa2;
/* SwiftUI */
Color(red: 0.431, green: 0.749, blue: 0.635)
/* Android */
Color.parseColor("#6ebfa2")Accessibility — WCAG contrast
Aa
#6ebfa2 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ebfa2 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green74.9%
Blue63.5%
CMYK percentages
Cyan42.4%
Magenta0.0%
Yellow15.2%
Key (black)25.1%
Color previews
#6ebfa2 text on a black background
contrast 9.64:1
Card sample
#6ebfa2 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ebfa2;
Background color
Panel with #6ebfa2 background
background-color: #6ebfa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ebfa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 191, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 191, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ebfa2; background: linear-gradient(135deg, #6ebfa2, #6EA6BF);