#3fbae2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
63, 186, 226
HSL
195°, 74%, 57%
CMYK
72, 18, 0, 11
Luminance
0.4167
Every format
| HEX | #3fbae2 |
| RGB | rgb(63, 186, 226) |
| HSL | hsl(195, 74%, 57%) |
| CMYK | cmyk(72%, 18%, 0%, 11%) |
| LAB | lab(70.6 -20.8 -29.8) |
| LCH | lch(70.6 36.3 235.0) |
| OKLCH | oklch(0.738 0.120 224.0) |
Copy-ready code
/* CSS */
color: #3fbae2;
background-color: #3fbae2;
/* Tailwind (arbitrary) */
class="text-[#3fbae2] bg-[#3fbae2]"
/* SCSS */
$brand: #3fbae2;
/* SwiftUI */
Color(red: 0.247, green: 0.729, blue: 0.886)
/* Android */
Color.parseColor("#3fbae2")Accessibility — WCAG contrast
Aa
#3fbae2 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fbae2 on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green72.9%
Blue88.6%
CMYK percentages
Cyan72.1%
Magenta17.7%
Yellow0.0%
Key (black)11.4%
Color previews
#3fbae2 text on a black background
contrast 9.33:1
Card sample
#3fbae2 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fbae2;
Background color
Panel with #3fbae2 background
background-color: #3fbae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fbae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 186, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 186, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fbae2; background: linear-gradient(135deg, #3fbae2, #3F4DE2);