#2ef1ff
a balanced, electric cyan · cool · closest name: cyan
RGB
46, 241, 255
HSL
184°, 100%, 59%
CMYK
82, 6, 0, 0
Luminance
0.7071
Every format
| HEX | #2ef1ff |
| RGB | rgb(46, 241, 255) |
| HSL | hsl(184, 100%, 59%) |
| CMYK | cmyk(82%, 6%, 0%, 0%) |
| LAB | lab(87.3 -40.1 -19.8) |
| LCH | lch(87.3 44.7 206.2) |
| OKLCH | oklch(0.875 0.142 202.7) |
Copy-ready code
/* CSS */
color: #2ef1ff;
background-color: #2ef1ff;
/* Tailwind (arbitrary) */
class="text-[#2ef1ff] bg-[#2ef1ff]"
/* SCSS */
$brand: #2ef1ff;
/* SwiftUI */
Color(red: 0.180, green: 0.945, blue: 1.000)
/* Android */
Color.parseColor("#2ef1ff")Accessibility — WCAG contrast
Aa
#2ef1ff on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ef1ff on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green94.5%
Blue100.0%
CMYK percentages
Cyan82.0%
Magenta5.5%
Yellow0.0%
Key (black)0.0%
Color previews
#2ef1ff text on a black background
contrast 15.14:1
Card sample
#2ef1ff text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ef1ff;
Background color
Panel with #2ef1ff background
background-color: #2ef1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ef1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 241, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 241, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ef1ff; background: linear-gradient(135deg, #2ef1ff, #2E66FF);