#2fcdef
a balanced, electric cyan · cool · closest name: skyblue
RGB
47, 205, 239
HSL
191°, 86%, 56%
CMYK
80, 14, 0, 6
Luminance
0.5050
Every format
| HEX | #2fcdef |
| RGB | rgb(47, 205, 239) |
| HSL | hsl(191, 86%, 56%) |
| CMYK | cmyk(80%, 14%, 0%, 6%) |
| LAB | lab(76.4 -28.0 -28.0) |
| LCH | lch(76.4 39.6 225.0) |
| OKLCH | oklch(0.785 0.131 216.7) |
Copy-ready code
/* CSS */
color: #2fcdef;
background-color: #2fcdef;
/* Tailwind (arbitrary) */
class="text-[#2fcdef] bg-[#2fcdef]"
/* SCSS */
$brand: #2fcdef;
/* SwiftUI */
Color(red: 0.184, green: 0.804, blue: 0.937)
/* Android */
Color.parseColor("#2fcdef")Accessibility — WCAG contrast
Aa
#2fcdef on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fcdef on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green80.4%
Blue93.7%
CMYK percentages
Cyan80.3%
Magenta14.2%
Yellow0.0%
Key (black)6.3%
Color previews
#2fcdef text on a black background
contrast 11.10:1
Card sample
#2fcdef text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fcdef;
Background color
Panel with #2fcdef background
background-color: #2fcdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fcdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 205, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 205, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fcdef; background: linear-gradient(135deg, #2fcdef, #2F4DEF);