#46fff0
a balanced, electric cyan · cool · closest name: cyan
RGB
70, 255, 240
HSL
175°, 100%, 64%
CMYK
73, 0, 6, 0
Luminance
0.7911
Every format
| HEX | #46fff0 |
| RGB | rgb(70, 255, 240) |
| HSL | hsl(175, 100%, 64%) |
| CMYK | cmyk(73%, 0%, 6%, 0%) |
| LAB | lab(91.3 -48.3 -6.0) |
| LCH | lch(91.3 48.7 187.1) |
| OKLCH | oklch(0.907 0.145 186.8) |
Copy-ready code
/* CSS */
color: #46fff0;
background-color: #46fff0;
/* Tailwind (arbitrary) */
class="text-[#46fff0] bg-[#46fff0]"
/* SCSS */
$brand: #46fff0;
/* SwiftUI */
Color(red: 0.275, green: 1.000, blue: 0.941)
/* Android */
Color.parseColor("#46fff0")Accessibility — WCAG contrast
Aa
#46fff0 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46fff0 on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green100.0%
Blue94.1%
CMYK percentages
Cyan72.5%
Magenta0.0%
Yellow5.9%
Key (black)0.0%
Color previews
#46fff0 text on a black background
contrast 16.82:1
Card sample
#46fff0 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46fff0;
Background color
Panel with #46fff0 background
background-color: #46fff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46fff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 255, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 255, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46fff0; background: linear-gradient(135deg, #46fff0, #4693FF);