#2fbceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
47, 188, 235
HSL
195°, 83%, 55%
CMYK
80, 20, 0, 8
Luminance
0.4257
Every format
| HEX | #2fbceb |
| RGB | rgb(47, 188, 235) |
| HSL | hsl(195, 83%, 55%) |
| CMYK | cmyk(80%, 20%, 0%, 8%) |
| LAB | lab(71.3 -20.7 -33.7) |
| LCH | lch(71.3 39.5 238.5) |
| OKLCH | oklch(0.744 0.131 226.1) |
Copy-ready code
/* CSS */
color: #2fbceb;
background-color: #2fbceb;
/* Tailwind (arbitrary) */
class="text-[#2fbceb] bg-[#2fbceb]"
/* SCSS */
$brand: #2fbceb;
/* SwiftUI */
Color(red: 0.184, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#2fbceb")Accessibility — WCAG contrast
Aa
#2fbceb on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fbceb on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green73.7%
Blue92.2%
CMYK percentages
Cyan80.0%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#2fbceb text on a black background
contrast 9.51:1
Card sample
#2fbceb text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fbceb;
Background color
Panel with #2fbceb background
background-color: #2fbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fbceb; background: linear-gradient(135deg, #2fbceb, #2F3FEB);