#3fbaf5
a balanced, electric cyan · cool · closest name: skyblue
RGB
63, 186, 245
HSL
200°, 90%, 60%
CMYK
74, 24, 0, 4
Luminance
0.4277
Every format
| HEX | #3fbaf5 |
| RGB | rgb(63, 186, 245) |
| HSL | hsl(200, 90%, 60%) |
| CMYK | cmyk(74%, 24%, 0%, 4%) |
| LAB | lab(71.4 -14.7 -38.9) |
| LCH | lch(71.4 41.6 249.4) |
| OKLCH | oklch(0.747 0.135 234.0) |
Copy-ready code
/* CSS */
color: #3fbaf5;
background-color: #3fbaf5;
/* Tailwind (arbitrary) */
class="text-[#3fbaf5] bg-[#3fbaf5]"
/* SCSS */
$brand: #3fbaf5;
/* SwiftUI */
Color(red: 0.247, green: 0.729, blue: 0.961)
/* Android */
Color.parseColor("#3fbaf5")Accessibility — WCAG contrast
Aa
#3fbaf5 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fbaf5 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green72.9%
Blue96.1%
CMYK percentages
Cyan74.3%
Magenta24.1%
Yellow0.0%
Key (black)3.9%
Color previews
#3fbaf5 text on a black background
contrast 9.55:1
Card sample
#3fbaf5 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fbaf5;
Background color
Panel with #3fbaf5 background
background-color: #3fbaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fbaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 186, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 186, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fbaf5; background: linear-gradient(135deg, #3fbaf5, #3F41F5);