#3bcffd
a balanced, electric cyan · cool · closest name: skyblue
RGB
59, 207, 253
HSL
194°, 98%, 61%
CMYK
77, 18, 0, 1
Luminance
0.5265
Every format
| HEX | #3bcffd |
| RGB | rgb(59, 207, 253) |
| HSL | hsl(194, 98%, 61%) |
| CMYK | cmyk(77%, 18%, 0%, 1%) |
| LAB | lab(77.7 -23.4 -33.5) |
| LCH | lch(77.7 40.8 235.1) |
| OKLCH | oklch(0.798 0.136 223.8) |
Copy-ready code
/* CSS */
color: #3bcffd;
background-color: #3bcffd;
/* Tailwind (arbitrary) */
class="text-[#3bcffd] bg-[#3bcffd]"
/* SCSS */
$brand: #3bcffd;
/* SwiftUI */
Color(red: 0.231, green: 0.812, blue: 0.992)
/* Android */
Color.parseColor("#3bcffd")Accessibility — WCAG contrast
Aa
#3bcffd on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bcffd on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green81.2%
Blue99.2%
CMYK percentages
Cyan76.7%
Magenta18.2%
Yellow0.0%
Key (black)0.8%
Color previews
#3bcffd text on a black background
contrast 11.53:1
Card sample
#3bcffd text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bcffd;
Background color
Panel with #3bcffd background
background-color: #3bcffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bcffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 207, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 207, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bcffd; background: linear-gradient(135deg, #3bcffd, #3B4EFD);