#2edbdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
46, 219, 223
HSL
181°, 73%, 53%
CMYK
79, 2, 0, 13
Luminance
0.5657
Every format
| HEX | #2edbdf |
| RGB | rgb(46, 219, 223) |
| HSL | hsl(181, 73%, 53%) |
| CMYK | cmyk(79%, 2%, 0%, 13%) |
| LAB | lab(79.9 -39.5 -14.0) |
| LCH | lch(79.9 41.9 199.5) |
| OKLCH | oklch(0.812 0.131 197.4) |
Copy-ready code
/* CSS */
color: #2edbdf;
background-color: #2edbdf;
/* Tailwind (arbitrary) */
class="text-[#2edbdf] bg-[#2edbdf]"
/* SCSS */
$brand: #2edbdf;
/* SwiftUI */
Color(red: 0.180, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#2edbdf")Accessibility — WCAG contrast
Aa
#2edbdf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2edbdf on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green85.9%
Blue87.5%
CMYK percentages
Cyan79.4%
Magenta1.8%
Yellow0.0%
Key (black)12.5%
Color previews
#2edbdf text on a black background
contrast 12.31:1
Card sample
#2edbdf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2edbdf;
Background color
Panel with #2edbdf background
background-color: #2edbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2edbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2edbdf; background: linear-gradient(135deg, #2edbdf, #2E65DF);