#46eceb
a balanced, electric cyan · cool · closest name: cyan
RGB
70, 236, 235
HSL
180°, 81%, 60%
CMYK
70, 0, 0, 8
Luminance
0.6729
Every format
| HEX | #46eceb |
| RGB | rgb(70, 236, 235) |
| HSL | hsl(180, 81%, 60%) |
| CMYK | cmyk(70%, 0%, 0%, 8%) |
| LAB | lab(85.7 -41.3 -11.8) |
| LCH | lch(85.7 43.0 195.9) |
| OKLCH | oklch(0.861 0.132 194.4) |
Copy-ready code
/* CSS */
color: #46eceb;
background-color: #46eceb;
/* Tailwind (arbitrary) */
class="text-[#46eceb] bg-[#46eceb]"
/* SCSS */
$brand: #46eceb;
/* SwiftUI */
Color(red: 0.275, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#46eceb")Accessibility — WCAG contrast
Aa
#46eceb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46eceb on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green92.5%
Blue92.2%
CMYK percentages
Cyan70.3%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#46eceb text on a black background
contrast 14.46:1
Card sample
#46eceb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46eceb;
Background color
Panel with #46eceb background
background-color: #46eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46eceb; background: linear-gradient(135deg, #46eceb, #467EEC);