#2fdaeb
a balanced, electric cyan · cool · closest name: cyan
RGB
47, 218, 235
HSL
185°, 83%, 55%
CMYK
80, 7, 0, 8
Luminance
0.5675
Every format
| HEX | #2fdaeb |
| RGB | rgb(47, 218, 235) |
| HSL | hsl(185, 83%, 55%) |
| CMYK | cmyk(80%, 7%, 0%, 8%) |
| LAB | lab(80.0 -35.4 -20.3) |
| LCH | lch(80.0 40.8 209.8) |
| OKLCH | oklch(0.814 0.131 205.4) |
Copy-ready code
/* CSS */
color: #2fdaeb;
background-color: #2fdaeb;
/* Tailwind (arbitrary) */
class="text-[#2fdaeb] bg-[#2fdaeb]"
/* SCSS */
$brand: #2fdaeb;
/* SwiftUI */
Color(red: 0.184, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#2fdaeb")Accessibility — WCAG contrast
Aa
#2fdaeb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdaeb on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green85.5%
Blue92.2%
CMYK percentages
Cyan80.0%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#2fdaeb text on a black background
contrast 12.35:1
Card sample
#2fdaeb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdaeb;
Background color
Panel with #2fdaeb background
background-color: #2fdaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdaeb; background: linear-gradient(135deg, #2fdaeb, #2F5DEB);