#2fbaec
a balanced, electric cyan · cool · closest name: skyblue
RGB
47, 186, 236
HSL
196°, 83%, 56%
CMYK
80, 21, 0, 8
Luminance
0.4178
Every format
| HEX | #2fbaec |
| RGB | rgb(47, 186, 236) |
| HSL | hsl(196, 83%, 56%) |
| CMYK | cmyk(80%, 21%, 0%, 8%) |
| LAB | lab(70.7 -19.3 -35.1) |
| LCH | lch(70.7 40.0 241.2) |
| OKLCH | oklch(0.739 0.133 228.0) |
Copy-ready code
/* CSS */
color: #2fbaec;
background-color: #2fbaec;
/* Tailwind (arbitrary) */
class="text-[#2fbaec] bg-[#2fbaec]"
/* SCSS */
$brand: #2fbaec;
/* SwiftUI */
Color(red: 0.184, green: 0.729, blue: 0.925)
/* Android */
Color.parseColor("#2fbaec")Accessibility — WCAG contrast
Aa
#2fbaec on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fbaec on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green72.9%
Blue92.5%
CMYK percentages
Cyan80.1%
Magenta21.2%
Yellow0.0%
Key (black)7.5%
Color previews
#2fbaec text on a black background
contrast 9.36:1
Card sample
#2fbaec text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fbaec;
Background color
Panel with #2fbaec background
background-color: #2fbaec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fbaec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 186, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 186, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fbaec; background: linear-gradient(135deg, #2fbaec, #2F3CEC);