#46ebdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
70, 235, 223
HSL
176°, 81%, 60%
CMYK
70, 0, 5, 8
Luminance
0.6605
Every format
| HEX | #46ebdf |
| RGB | rgb(70, 235, 223) |
| HSL | hsl(176, 81%, 60%) |
| CMYK | cmyk(70%, 0%, 5%, 8%) |
| LAB | lab(85.0 -44.1 -6.4) |
| LCH | lch(85.0 44.6 188.3) |
| OKLCH | oklch(0.855 0.133 187.8) |
Copy-ready code
/* CSS */
color: #46ebdf;
background-color: #46ebdf;
/* Tailwind (arbitrary) */
class="text-[#46ebdf] bg-[#46ebdf]"
/* SCSS */
$brand: #46ebdf;
/* SwiftUI */
Color(red: 0.275, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#46ebdf")Accessibility — WCAG contrast
Aa
#46ebdf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46ebdf on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green92.2%
Blue87.5%
CMYK percentages
Cyan70.2%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#46ebdf text on a black background
contrast 14.21:1
Card sample
#46ebdf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46ebdf;
Background color
Panel with #46ebdf background
background-color: #46ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46ebdf; background: linear-gradient(135deg, #46ebdf, #4689EB);