#2fccec
a balanced, electric cyan · cool · closest name: skyblue
RGB
47, 204, 236
HSL
190°, 83%, 56%
CMYK
80, 14, 0, 8
Luminance
0.4985
Every format
| HEX | #2fccec |
| RGB | rgb(47, 204, 236) |
| HSL | hsl(190, 83%, 56%) |
| CMYK | cmyk(80%, 14%, 0%, 8%) |
| LAB | lab(76.0 -28.4 -27.0) |
| LCH | lch(76.0 39.2 223.5) |
| OKLCH | oklch(0.781 0.130 215.6) |
Copy-ready code
/* CSS */
color: #2fccec;
background-color: #2fccec;
/* Tailwind (arbitrary) */
class="text-[#2fccec] bg-[#2fccec]"
/* SCSS */
$brand: #2fccec;
/* SwiftUI */
Color(red: 0.184, green: 0.800, blue: 0.925)
/* Android */
Color.parseColor("#2fccec")Accessibility — WCAG contrast
Aa
#2fccec on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fccec on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green80.0%
Blue92.5%
CMYK percentages
Cyan80.1%
Magenta13.6%
Yellow0.0%
Key (black)7.5%
Color previews
#2fccec text on a black background
contrast 10.97:1
Card sample
#2fccec text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fccec;
Background color
Panel with #2fccec background
background-color: #2fccec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fccec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 204, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 204, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fccec; background: linear-gradient(135deg, #2fccec, #2F4EEC);