#2eebdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
46, 235, 223
HSL
176°, 83%, 55%
CMYK
80, 0, 5, 8
Luminance
0.6533
Every format
| HEX | #2eebdf |
| RGB | rgb(46, 235, 223) |
| HSL | hsl(176, 83%, 55%) |
| CMYK | cmyk(80%, 0%, 5%, 8%) |
| LAB | lab(84.7 -46.6 -7.0) |
| LCH | lch(84.7 47.1 188.5) |
| OKLCH | oklch(0.851 0.141 188.1) |
Copy-ready code
/* CSS */
color: #2eebdf;
background-color: #2eebdf;
/* Tailwind (arbitrary) */
class="text-[#2eebdf] bg-[#2eebdf]"
/* SCSS */
$brand: #2eebdf;
/* SwiftUI */
Color(red: 0.180, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#2eebdf")Accessibility — WCAG contrast
Aa
#2eebdf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eebdf on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green92.2%
Blue87.5%
CMYK percentages
Cyan80.4%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#2eebdf text on a black background
contrast 14.07:1
Card sample
#2eebdf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eebdf;
Background color
Panel with #2eebdf background
background-color: #2eebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eebdf; background: linear-gradient(135deg, #2eebdf, #2E79EB);