#3bcaf4
a balanced, electric cyan · cool · closest name: skyblue
RGB
59, 202, 244
HSL
194°, 89%, 59%
CMYK
76, 17, 0, 4
Luminance
0.4970
Every format
| HEX | #3bcaf4 |
| RGB | rgb(59, 202, 244) |
| HSL | hsl(194, 89%, 59%) |
| CMYK | cmyk(76%, 17%, 0%, 4%) |
| LAB | lab(75.9 -23.7 -31.4) |
| LCH | lch(75.9 39.4 232.9) |
| OKLCH | oklch(0.782 0.131 222.4) |
Copy-ready code
/* CSS */
color: #3bcaf4;
background-color: #3bcaf4;
/* Tailwind (arbitrary) */
class="text-[#3bcaf4] bg-[#3bcaf4]"
/* SCSS */
$brand: #3bcaf4;
/* SwiftUI */
Color(red: 0.231, green: 0.792, blue: 0.957)
/* Android */
Color.parseColor("#3bcaf4")Accessibility — WCAG contrast
Aa
#3bcaf4 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bcaf4 on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green79.2%
Blue95.7%
CMYK percentages
Cyan75.8%
Magenta17.2%
Yellow0.0%
Key (black)4.3%
Color previews
#3bcaf4 text on a black background
contrast 10.94:1
Card sample
#3bcaf4 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bcaf4;
Background color
Panel with #3bcaf4 background
background-color: #3bcaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bcaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 202, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 202, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bcaf4; background: linear-gradient(135deg, #3bcaf4, #3B4FF4);