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