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