#2eeefa
a balanced, electric cyan · cool · closest name: cyan
RGB
46, 238, 250
HSL
184°, 95%, 58%
CMYK
82, 5, 0, 2
Luminance
0.6863
Every format
| HEX | #2eeefa |
| RGB | rgb(46, 238, 250) |
| HSL | hsl(184, 95%, 58%) |
| CMYK | cmyk(82%, 5%, 0%, 2%) |
| LAB | lab(86.3 -40.3 -18.7) |
| LCH | lch(86.3 44.4 204.9) |
| OKLCH | oklch(0.867 0.141 201.7) |
Copy-ready code
/* CSS */
color: #2eeefa;
background-color: #2eeefa;
/* Tailwind (arbitrary) */
class="text-[#2eeefa] bg-[#2eeefa]"
/* SCSS */
$brand: #2eeefa;
/* SwiftUI */
Color(red: 0.180, green: 0.933, blue: 0.980)
/* Android */
Color.parseColor("#2eeefa")Accessibility — WCAG contrast
Aa
#2eeefa on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eeefa on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green93.3%
Blue98.0%
CMYK percentages
Cyan81.6%
Magenta4.8%
Yellow0.0%
Key (black)2.0%
Color previews
#2eeefa text on a black background
contrast 14.73:1
Card sample
#2eeefa text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eeefa;
Background color
Panel with #2eeefa background
background-color: #2eeefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eeefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 238, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 238, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eeefa; background: linear-gradient(135deg, #2eeefa, #2E66FA);