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