#3cbdf0
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 189, 240
HSL
197°, 86%, 59%
CMYK
75, 21, 0, 6
Luminance
0.4365
Every format
| HEX | #3cbdf0 |
| RGB | rgb(60, 189, 240) |
| HSL | hsl(197, 86%, 59%) |
| CMYK | cmyk(75%, 21%, 0%, 6%) |
| LAB | lab(72.0 -18.2 -35.3) |
| LCH | lch(72.0 39.7 242.7) |
| OKLCH | oklch(0.751 0.131 229.2) |
Copy-ready code
/* CSS */
color: #3cbdf0;
background-color: #3cbdf0;
/* Tailwind (arbitrary) */
class="text-[#3cbdf0] bg-[#3cbdf0]"
/* SCSS */
$brand: #3cbdf0;
/* SwiftUI */
Color(red: 0.235, green: 0.741, blue: 0.941)
/* Android */
Color.parseColor("#3cbdf0")Accessibility — WCAG contrast
Aa
#3cbdf0 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cbdf0 on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green74.1%
Blue94.1%
CMYK percentages
Cyan75.0%
Magenta21.2%
Yellow0.0%
Key (black)5.9%
Color previews
#3cbdf0 text on a black background
contrast 9.73:1
Card sample
#3cbdf0 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cbdf0;
Background color
Panel with #3cbdf0 background
background-color: #3cbdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cbdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 189, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 189, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cbdf0; background: linear-gradient(135deg, #3cbdf0, #3C45F0);