#2fbced
a balanced, electric cyan · cool · closest name: skyblue
RGB
47, 188, 237
HSL
196°, 84%, 56%
CMYK
80, 21, 0, 7
Luminance
0.4269
Every format
| HEX | #2fbced |
| RGB | rgb(47, 188, 237) |
| HSL | hsl(196, 84%, 56%) |
| CMYK | cmyk(80%, 21%, 0%, 7%) |
| LAB | lab(71.3 -20.0 -34.7) |
| LCH | lch(71.3 40.0 240.0) |
| OKLCH | oklch(0.744 0.133 227.1) |
Copy-ready code
/* CSS */
color: #2fbced;
background-color: #2fbced;
/* Tailwind (arbitrary) */
class="text-[#2fbced] bg-[#2fbced]"
/* SCSS */
$brand: #2fbced;
/* SwiftUI */
Color(red: 0.184, green: 0.737, blue: 0.929)
/* Android */
Color.parseColor("#2fbced")Accessibility — WCAG contrast
Aa
#2fbced on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fbced on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green73.7%
Blue92.9%
CMYK percentages
Cyan80.2%
Magenta20.7%
Yellow0.0%
Key (black)7.1%
Color previews
#2fbced text on a black background
contrast 9.54:1
Card sample
#2fbced text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fbced;
Background color
Panel with #2fbced background
background-color: #2fbced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fbced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 188, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 188, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fbced; background: linear-gradient(135deg, #2fbced, #2F3DED);