#3decff
a balanced, electric cyan · cool · closest name: cyan
RGB
61, 236, 255
HSL
186°, 100%, 62%
CMYK
76, 8, 0, 0
Luminance
0.6820
Every format
| HEX | #3decff |
| RGB | rgb(61, 236, 255) |
| HSL | hsl(186, 100%, 62%) |
| CMYK | cmyk(76%, 8%, 0%, 0%) |
| LAB | lab(86.1 -36.6 -21.6) |
| LCH | lch(86.1 42.5 210.6) |
| OKLCH | oklch(0.866 0.137 206.1) |
Copy-ready code
/* CSS */
color: #3decff;
background-color: #3decff;
/* Tailwind (arbitrary) */
class="text-[#3decff] bg-[#3decff]"
/* SCSS */
$brand: #3decff;
/* SwiftUI */
Color(red: 0.239, green: 0.925, blue: 1.000)
/* Android */
Color.parseColor("#3decff")Accessibility — WCAG contrast
Aa
#3decff on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3decff on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green92.5%
Blue100.0%
CMYK percentages
Cyan76.1%
Magenta7.5%
Yellow0.0%
Key (black)0.0%
Color previews
#3decff text on a black background
contrast 14.64:1
Card sample
#3decff text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3decff;
Background color
Panel with #3decff background
background-color: #3decff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3decff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 236, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 236, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3decff; background: linear-gradient(135deg, #3decff, #3D6BFF);