#3dc5ff
a balanced, electric cyan · cool · closest name: skyblue
RGB
61, 197, 255
HSL
198°, 100%, 62%
CMYK
76, 23, 0, 0
Luminance
0.4814
Every format
| HEX | #3dc5ff |
| RGB | rgb(61, 197, 255) |
| HSL | hsl(198, 100%, 62%) |
| CMYK | cmyk(76%, 23%, 0%, 0%) |
| LAB | lab(74.9 -17.4 -38.8) |
| LCH | lch(74.9 42.5 245.9) |
| OKLCH | oklch(0.776 0.140 231.4) |
Copy-ready code
/* CSS */
color: #3dc5ff;
background-color: #3dc5ff;
/* Tailwind (arbitrary) */
class="text-[#3dc5ff] bg-[#3dc5ff]"
/* SCSS */
$brand: #3dc5ff;
/* SwiftUI */
Color(red: 0.239, green: 0.773, blue: 1.000)
/* Android */
Color.parseColor("#3dc5ff")Accessibility — WCAG contrast
Aa
#3dc5ff on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dc5ff on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green77.3%
Blue100.0%
CMYK percentages
Cyan76.1%
Magenta22.7%
Yellow0.0%
Key (black)0.0%
Color previews
#3dc5ff text on a black background
contrast 10.63:1
Card sample
#3dc5ff text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dc5ff;
Background color
Panel with #3dc5ff background
background-color: #3dc5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dc5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 197, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 197, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dc5ff; background: linear-gradient(135deg, #3dc5ff, #3D44FF);