#3cbfda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
60, 191, 218
HSL
190°, 68%, 55%
CMYK
73, 12, 0, 15
Luminance
0.4328
Every format
| HEX | #3cbfda |
| RGB | rgb(60, 191, 218) |
| HSL | hsl(190, 68%, 55%) |
| CMYK | cmyk(73%, 12%, 0%, 15%) |
| LAB | lab(71.7 -26.3 -23.7) |
| LCH | lch(71.7 35.4 222.0) |
| OKLCH | oklch(0.746 0.116 214.7) |
Copy-ready code
/* CSS */
color: #3cbfda;
background-color: #3cbfda;
/* Tailwind (arbitrary) */
class="text-[#3cbfda] bg-[#3cbfda]"
/* SCSS */
$brand: #3cbfda;
/* SwiftUI */
Color(red: 0.235, green: 0.749, blue: 0.855)
/* Android */
Color.parseColor("#3cbfda")Accessibility — WCAG contrast
Aa
#3cbfda on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cbfda on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green74.9%
Blue85.5%
CMYK percentages
Cyan72.5%
Magenta12.4%
Yellow0.0%
Key (black)14.5%
Color previews
#3cbfda text on a black background
contrast 9.66:1
Card sample
#3cbfda text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cbfda;
Background color
Panel with #3cbfda background
background-color: #3cbfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cbfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 191, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 191, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cbfda; background: linear-gradient(135deg, #3cbfda, #3C56DA);