#2feefd
a balanced, electric cyan · cool · closest name: cyan
RGB
47, 238, 253
HSL
184°, 98%, 59%
CMYK
81, 6, 0, 1
Luminance
0.6885
Every format
| HEX | #2feefd |
| RGB | rgb(47, 238, 253) |
| HSL | hsl(184, 98%, 59%) |
| CMYK | cmyk(81%, 6%, 0%, 1%) |
| LAB | lab(86.4 -39.3 -20.1) |
| LCH | lch(86.4 44.1 207.1) |
| OKLCH | oklch(0.868 0.141 203.4) |
Copy-ready code
/* CSS */
color: #2feefd;
background-color: #2feefd;
/* Tailwind (arbitrary) */
class="text-[#2feefd] bg-[#2feefd]"
/* SCSS */
$brand: #2feefd;
/* SwiftUI */
Color(red: 0.184, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#2feefd")Accessibility — WCAG contrast
Aa
#2feefd on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2feefd on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green93.3%
Blue99.2%
CMYK percentages
Cyan81.4%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#2feefd text on a black background
contrast 14.77:1
Card sample
#2feefd text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2feefd;
Background color
Panel with #2feefd background
background-color: #2feefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2feefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2feefd; background: linear-gradient(135deg, #2feefd, #2F64FD);