#3decfc
a balanced, electric cyan · cool · closest name: cyan
RGB
61, 236, 252
HSL
185°, 97%, 61%
CMYK
76, 6, 0, 1
Luminance
0.6801
Every format
| HEX | #3decfc |
| RGB | rgb(61, 236, 252) |
| HSL | hsl(185, 97%, 61%) |
| CMYK | cmyk(76%, 6%, 0%, 1%) |
| LAB | lab(86.0 -37.5 -20.2) |
| LCH | lch(86.0 42.6 208.3) |
| OKLCH | oklch(0.865 0.136 204.4) |
Copy-ready code
/* CSS */
color: #3decfc;
background-color: #3decfc;
/* Tailwind (arbitrary) */
class="text-[#3decfc] bg-[#3decfc]"
/* SCSS */
$brand: #3decfc;
/* SwiftUI */
Color(red: 0.239, green: 0.925, blue: 0.988)
/* Android */
Color.parseColor("#3decfc")Accessibility — WCAG contrast
Aa
#3decfc on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3decfc on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green92.5%
Blue98.8%
CMYK percentages
Cyan75.8%
Magenta6.3%
Yellow0.0%
Key (black)1.2%
Color previews
#3decfc text on a black background
contrast 14.60:1
Card sample
#3decfc text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3decfc;
Background color
Panel with #3decfc background
background-color: #3decfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3decfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 236, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 236, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3decfc; background: linear-gradient(135deg, #3decfc, #3D6DFC);