#2fbeee
a balanced, electric cyan · cool · closest name: skyblue
RGB
47, 190, 238
HSL
195°, 85%, 56%
CMYK
80, 20, 0, 7
Luminance
0.4360
Every format
| HEX | #2fbeee |
| RGB | rgb(47, 190, 238) |
| HSL | hsl(195, 85%, 56%) |
| CMYK | cmyk(80%, 20%, 0%, 7%) |
| LAB | lab(72.0 -20.7 -34.3) |
| LCH | lch(72.0 40.0 238.8) |
| OKLCH | oklch(0.750 0.133 226.3) |
Copy-ready code
/* CSS */
color: #2fbeee;
background-color: #2fbeee;
/* Tailwind (arbitrary) */
class="text-[#2fbeee] bg-[#2fbeee]"
/* SCSS */
$brand: #2fbeee;
/* SwiftUI */
Color(red: 0.184, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#2fbeee")Accessibility — WCAG contrast
Aa
#2fbeee on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fbeee on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green74.5%
Blue93.3%
CMYK percentages
Cyan80.3%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#2fbeee text on a black background
contrast 9.72:1
Card sample
#2fbeee text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fbeee;
Background color
Panel with #2fbeee background
background-color: #2fbeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fbeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fbeee; background: linear-gradient(135deg, #2fbeee, #2F3FEE);