#3cbfff
a balanced, electric cyan · cool · closest name: skyblue
RGB
60, 191, 255
HSL
200°, 100%, 62%
CMYK
77, 25, 0, 0
Luminance
0.4544
Every format
| HEX | #3cbfff |
| RGB | rgb(60, 191, 255) |
| HSL | hsl(200, 100%, 62%) |
| CMYK | cmyk(77%, 25%, 0%, 0%) |
| LAB | lab(73.2 -14.3 -41.5) |
| LCH | lch(73.2 43.9 251.0) |
| OKLCH | oklch(0.762 0.143 234.9) |
Copy-ready code
/* CSS */
color: #3cbfff;
background-color: #3cbfff;
/* Tailwind (arbitrary) */
class="text-[#3cbfff] bg-[#3cbfff]"
/* SCSS */
$brand: #3cbfff;
/* SwiftUI */
Color(red: 0.235, green: 0.749, blue: 1.000)
/* Android */
Color.parseColor("#3cbfff")Accessibility — WCAG contrast
Aa
#3cbfff on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cbfff on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green74.9%
Blue100.0%
CMYK percentages
Cyan76.5%
Magenta25.1%
Yellow0.0%
Key (black)0.0%
Color previews
#3cbfff text on a black background
contrast 10.09:1
Card sample
#3cbfff text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cbfff;
Background color
Panel with #3cbfff background
background-color: #3cbfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cbfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 191, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 191, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cbfff; background: linear-gradient(135deg, #3cbfff, #3C3DFF);