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