#2ebfaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
46, 191, 175
HSL
173°, 61%, 47%
CMYK
76, 0, 8, 25
Luminance
0.4094
Every format
| HEX | #2ebfaf |
| RGB | rgb(46, 191, 175) |
| HSL | hsl(173, 61%, 47%) |
| CMYK | cmyk(76%, 0%, 8%, 25%) |
| LAB | lab(70.1 -40.6 -2.6) |
| LCH | lch(70.1 40.7 183.7) |
| OKLCH | oklch(0.728 0.119 183.8) |
Copy-ready code
/* CSS */
color: #2ebfaf;
background-color: #2ebfaf;
/* Tailwind (arbitrary) */
class="text-[#2ebfaf] bg-[#2ebfaf]"
/* SCSS */
$brand: #2ebfaf;
/* SwiftUI */
Color(red: 0.180, green: 0.749, blue: 0.686)
/* Android */
Color.parseColor("#2ebfaf")Accessibility — WCAG contrast
Aa
#2ebfaf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ebfaf on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green74.9%
Blue68.6%
CMYK percentages
Cyan75.9%
Magenta0.0%
Yellow8.4%
Key (black)25.1%
Color previews
#2ebfaf text on a black background
contrast 9.19:1
Card sample
#2ebfaf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ebfaf;
Background color
Panel with #2ebfaf background
background-color: #2ebfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ebfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 191, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 191, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ebfaf; background: linear-gradient(135deg, #2ebfaf, #2E6EBF);