#2fcefc
a balanced, electric cyan · cool · closest name: skyblue
RGB
47, 206, 252
HSL
194°, 97%, 59%
CMYK
81, 18, 0, 1
Luminance
0.5178
Every format
| HEX | #2fcefc |
| RGB | rgb(47, 206, 252) |
| HSL | hsl(194, 97%, 59%) |
| CMYK | cmyk(81%, 18%, 0%, 1%) |
| LAB | lab(77.1 -24.3 -33.8) |
| LCH | lch(77.1 41.6 234.3) |
| OKLCH | oklch(0.793 0.139 223.1) |
Copy-ready code
/* CSS */
color: #2fcefc;
background-color: #2fcefc;
/* Tailwind (arbitrary) */
class="text-[#2fcefc] bg-[#2fcefc]"
/* SCSS */
$brand: #2fcefc;
/* SwiftUI */
Color(red: 0.184, green: 0.808, blue: 0.988)
/* Android */
Color.parseColor("#2fcefc")Accessibility — WCAG contrast
Aa
#2fcefc on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fcefc on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green80.8%
Blue98.8%
CMYK percentages
Cyan81.3%
Magenta18.3%
Yellow0.0%
Key (black)1.2%
Color previews
#2fcefc text on a black background
contrast 11.36:1
Card sample
#2fcefc text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fcefc;
Background color
Panel with #2fcefc background
background-color: #2fcefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fcefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 206, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 206, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fcefc; background: linear-gradient(135deg, #2fcefc, #2F45FC);