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