#3fbaec
a balanced, electric cyan · cool · closest name: skyblue
RGB
63, 186, 236
HSL
197°, 82%, 59%
CMYK
73, 21, 0, 8
Luminance
0.4223
Every format
| HEX | #3fbaec |
| RGB | rgb(63, 186, 236) |
| HSL | hsl(197, 82%, 59%) |
| CMYK | cmyk(73%, 21%, 0%, 8%) |
| LAB | lab(71.0 -17.6 -34.6) |
| LCH | lch(71.0 38.8 243.0) |
| OKLCH | oklch(0.743 0.128 229.6) |
Copy-ready code
/* CSS */
color: #3fbaec;
background-color: #3fbaec;
/* Tailwind (arbitrary) */
class="text-[#3fbaec] bg-[#3fbaec]"
/* SCSS */
$brand: #3fbaec;
/* SwiftUI */
Color(red: 0.247, green: 0.729, blue: 0.925)
/* Android */
Color.parseColor("#3fbaec")Accessibility — WCAG contrast
Aa
#3fbaec on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fbaec on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green72.9%
Blue92.5%
CMYK percentages
Cyan73.3%
Magenta21.2%
Yellow0.0%
Key (black)7.5%
Color previews
#3fbaec text on a black background
contrast 9.45:1
Card sample
#3fbaec text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fbaec;
Background color
Panel with #3fbaec background
background-color: #3fbaec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fbaec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 186, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 186, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fbaec; background: linear-gradient(135deg, #3fbaec, #3F47EC);