#46eeeb
a balanced, electric cyan · cool · closest name: cyan
RGB
70, 238, 235
HSL
179°, 83%, 60%
CMYK
71, 0, 1, 7
Luminance
0.6845
Every format
| HEX | #46eeeb |
| RGB | rgb(70, 238, 235) |
| HSL | hsl(179, 83%, 60%) |
| CMYK | cmyk(71%, 0%, 1%, 7%) |
| LAB | lab(86.2 -42.2 -10.9) |
| LCH | lch(86.2 43.6 194.5) |
| OKLCH | oklch(0.866 0.133 193.2) |
Copy-ready code
/* CSS */
color: #46eeeb;
background-color: #46eeeb;
/* Tailwind (arbitrary) */
class="text-[#46eeeb] bg-[#46eeeb]"
/* SCSS */
$brand: #46eeeb;
/* SwiftUI */
Color(red: 0.275, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#46eeeb")Accessibility — WCAG contrast
Aa
#46eeeb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46eeeb on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green93.3%
Blue92.2%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#46eeeb text on a black background
contrast 14.69:1
Card sample
#46eeeb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46eeeb;
Background color
Panel with #46eeeb background
background-color: #46eeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46eeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46eeeb; background: linear-gradient(135deg, #46eeeb, #4681EE);