#3fbaee
a balanced, electric cyan · cool · closest name: skyblue
RGB
63, 186, 238
HSL
198°, 84%, 59%
CMYK
74, 22, 0, 7
Luminance
0.4235
Every format
| HEX | #3fbaee |
| RGB | rgb(63, 186, 238) |
| HSL | hsl(198, 84%, 59%) |
| CMYK | cmyk(74%, 22%, 0%, 7%) |
| LAB | lab(71.1 -17.0 -35.5) |
| LCH | lch(71.1 39.4 244.5) |
| OKLCH | oklch(0.744 0.129 230.6) |
Copy-ready code
/* CSS */
color: #3fbaee;
background-color: #3fbaee;
/* Tailwind (arbitrary) */
class="text-[#3fbaee] bg-[#3fbaee]"
/* SCSS */
$brand: #3fbaee;
/* SwiftUI */
Color(red: 0.247, green: 0.729, blue: 0.933)
/* Android */
Color.parseColor("#3fbaee")Accessibility — WCAG contrast
Aa
#3fbaee on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fbaee on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green72.9%
Blue93.3%
CMYK percentages
Cyan73.5%
Magenta21.8%
Yellow0.0%
Key (black)6.7%
Color previews
#3fbaee text on a black background
contrast 9.47:1
Card sample
#3fbaee text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fbaee;
Background color
Panel with #3fbaee background
background-color: #3fbaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fbaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 186, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 186, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fbaee; background: linear-gradient(135deg, #3fbaee, #3F45EE);