#2fdbee
a balanced, electric cyan · cool · closest name: cyan
RGB
47, 219, 238
HSL
186°, 85%, 56%
CMYK
80, 8, 0, 7
Luminance
0.5744
Every format
| HEX | #2fdbee |
| RGB | rgb(47, 219, 238) |
| HSL | hsl(186, 85%, 56%) |
| CMYK | cmyk(80%, 8%, 0%, 7%) |
| LAB | lab(80.4 -35.0 -21.3) |
| LCH | lch(80.4 41.0 211.3) |
| OKLCH | oklch(0.818 0.132 206.6) |
Copy-ready code
/* CSS */
color: #2fdbee;
background-color: #2fdbee;
/* Tailwind (arbitrary) */
class="text-[#2fdbee] bg-[#2fdbee]"
/* SCSS */
$brand: #2fdbee;
/* SwiftUI */
Color(red: 0.184, green: 0.859, blue: 0.933)
/* Android */
Color.parseColor("#2fdbee")Accessibility — WCAG contrast
Aa
#2fdbee on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdbee on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green85.9%
Blue93.3%
CMYK percentages
Cyan80.3%
Magenta8.0%
Yellow0.0%
Key (black)6.7%
Color previews
#2fdbee text on a black background
contrast 12.49:1
Card sample
#2fdbee text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdbee;
Background color
Panel with #2fdbee background
background-color: #2fdbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 219, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 219, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdbee; background: linear-gradient(135deg, #2fdbee, #2F5CEE);