#2efffd
a balanced, electric cyan · cool · “cyan”
RGB
46, 255, 253
HSL
179°, 100%, 59%
CMYK
82, 0, 1, 0
Luminance
0.7919
Every format
| HEX | #2efffd |
| RGB | rgb(46, 255, 253) |
| HSL | hsl(179, 100%, 59%) |
| CMYK | cmyk(82%, 0%, 1%, 0%) |
| LAB | lab(91.3 -46.9 -12.8) |
| LCH | lch(91.3 48.6 195.2) |
| OKLCH | oklch(0.908 0.149 193.8) |
Copy-ready code
/* CSS */
color: #2efffd;
background-color: #2efffd;
/* Tailwind (arbitrary) */
class="text-[#2efffd] bg-[#2efffd]"
/* SCSS */
$brand: #2efffd;
/* SwiftUI */
Color(red: 0.180, green: 1.000, blue: 0.992)
/* Android */
Color.parseColor("#2efffd")Accessibility — WCAG contrast
Aa
#2efffd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2efffd on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green100.0%
Blue99.2%
CMYK percentages
Cyan82.0%
Magenta0.0%
Yellow0.8%
Key (black)0.0%
Color previews
#2efffd text on a black background
contrast 16.84:1
Card sample
#2efffd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2efffd;
Background color
Panel with #2efffd background
background-color: #2efffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2efffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 255, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 255, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2efffd; background: linear-gradient(135deg, #2efffd, #2E76FF);