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