#2fedeb
a balanced, electric cyan · cool · closest name: cyan
RGB
47, 237, 235
HSL
179°, 84%, 56%
CMYK
80, 0, 1, 7
Luminance
0.6717
Every format
| HEX | #2fedeb |
| RGB | rgb(47, 237, 235) |
| HSL | hsl(179, 84%, 56%) |
| CMYK | cmyk(80%, 0%, 1%, 7%) |
| LAB | lab(85.6 -44.0 -11.9) |
| LCH | lch(85.6 45.6 195.1) |
| OKLCH | oklch(0.859 0.140 193.7) |
Copy-ready code
/* CSS */
color: #2fedeb;
background-color: #2fedeb;
/* Tailwind (arbitrary) */
class="text-[#2fedeb] bg-[#2fedeb]"
/* SCSS */
$brand: #2fedeb;
/* SwiftUI */
Color(red: 0.184, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#2fedeb")Accessibility — WCAG contrast
Aa
#2fedeb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fedeb on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green92.9%
Blue92.2%
CMYK percentages
Cyan80.2%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#2fedeb text on a black background
contrast 14.43:1
Card sample
#2fedeb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fedeb;
Background color
Panel with #2fedeb background
background-color: #2fedeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fedeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fedeb; background: linear-gradient(135deg, #2fedeb, #2F70ED);