#3dbffc
a balanced, electric cyan · cool · closest name: skyblue
RGB
61, 191, 252
HSL
199°, 97%, 61%
CMYK
76, 24, 0, 1
Luminance
0.4528
Every format
| HEX | #3dbffc |
| RGB | rgb(61, 191, 252) |
| HSL | hsl(199, 97%, 61%) |
| CMYK | cmyk(76%, 24%, 0%, 1%) |
| LAB | lab(73.1 -15.2 -40.0) |
| LCH | lch(73.1 42.8 249.2) |
| OKLCH | oklch(0.761 0.140 233.8) |
Copy-ready code
/* CSS */
color: #3dbffc;
background-color: #3dbffc;
/* Tailwind (arbitrary) */
class="text-[#3dbffc] bg-[#3dbffc]"
/* SCSS */
$brand: #3dbffc;
/* SwiftUI */
Color(red: 0.239, green: 0.749, blue: 0.988)
/* Android */
Color.parseColor("#3dbffc")Accessibility — WCAG contrast
Aa
#3dbffc on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dbffc on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green74.9%
Blue98.8%
CMYK percentages
Cyan75.8%
Magenta24.2%
Yellow0.0%
Key (black)1.2%
Color previews
#3dbffc text on a black background
contrast 10.06:1
Card sample
#3dbffc text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dbffc;
Background color
Panel with #3dbffc background
background-color: #3dbffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dbffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 191, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 191, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dbffc; background: linear-gradient(135deg, #3dbffc, #3D40FC);