#2efefd
a balanced, electric cyan · cool · “cyan”
RGB
46, 254, 253
HSL
180°, 99%, 59%
CMYK
82, 0, 0, 0
Luminance
0.7856
Every format
| HEX | #2efefd |
| RGB | rgb(46, 254, 253) |
| HSL | hsl(180, 99%, 59%) |
| CMYK | cmyk(82%, 0%, 0%, 0%) |
| LAB | lab(91.0 -46.5 -13.2) |
| LCH | lch(91.0 48.3 195.8) |
| OKLCH | oklch(0.905 0.149 194.3) |
Copy-ready code
/* CSS */
color: #2efefd;
background-color: #2efefd;
/* Tailwind (arbitrary) */
class="text-[#2efefd] bg-[#2efefd]"
/* SCSS */
$brand: #2efefd;
/* SwiftUI */
Color(red: 0.180, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#2efefd")Accessibility — WCAG contrast
Aa
#2efefd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2efefd on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green99.6%
Blue99.2%
CMYK percentages
Cyan81.9%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#2efefd text on a black background
contrast 16.71:1
Card sample
#2efefd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2efefd;
Background color
Panel with #2efefd background
background-color: #2efefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2efefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2efefd; background: linear-gradient(135deg, #2efefd, #2E74FE);