#2fbaee
a balanced, electric cyan · cool · closest name: skyblue
RGB
47, 186, 238
HSL
196°, 85%, 56%
CMYK
80, 22, 0, 7
Luminance
0.4190
Every format
| HEX | #2fbaee |
| RGB | rgb(47, 186, 238) |
| HSL | hsl(196, 85%, 56%) |
| CMYK | cmyk(80%, 22%, 0%, 7%) |
| LAB | lab(70.8 -18.6 -36.0) |
| LCH | lch(70.8 40.6 242.7) |
| OKLCH | oklch(0.740 0.135 229.0) |
Copy-ready code
/* CSS */
color: #2fbaee;
background-color: #2fbaee;
/* Tailwind (arbitrary) */
class="text-[#2fbaee] bg-[#2fbaee]"
/* SCSS */
$brand: #2fbaee;
/* SwiftUI */
Color(red: 0.184, green: 0.729, blue: 0.933)
/* Android */
Color.parseColor("#2fbaee")Accessibility — WCAG contrast
Aa
#2fbaee on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fbaee on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green72.9%
Blue93.3%
CMYK percentages
Cyan80.3%
Magenta21.8%
Yellow0.0%
Key (black)6.7%
Color previews
#2fbaee text on a black background
contrast 9.38:1
Card sample
#2fbaee text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fbaee;
Background color
Panel with #2fbaee background
background-color: #2fbaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fbaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 186, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 186, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fbaee; background: linear-gradient(135deg, #2fbaee, #2F3BEE);