#3decf0
a balanced, electric cyan · cool · closest name: cyan
RGB
61, 236, 240
HSL
181°, 86%, 59%
CMYK
75, 2, 0, 6
Luminance
0.6727
Every format
| HEX | #3decf0 |
| RGB | rgb(61, 236, 240) |
| HSL | hsl(181, 86%, 59%) |
| CMYK | cmyk(75%, 2%, 0%, 6%) |
| LAB | lab(85.6 -40.9 -14.4) |
| LCH | lch(85.6 43.4 199.4) |
| OKLCH | oklch(0.861 0.135 197.3) |
Copy-ready code
/* CSS */
color: #3decf0;
background-color: #3decf0;
/* Tailwind (arbitrary) */
class="text-[#3decf0] bg-[#3decf0]"
/* SCSS */
$brand: #3decf0;
/* SwiftUI */
Color(red: 0.239, green: 0.925, blue: 0.941)
/* Android */
Color.parseColor("#3decf0")Accessibility — WCAG contrast
Aa
#3decf0 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3decf0 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green92.5%
Blue94.1%
CMYK percentages
Cyan74.6%
Magenta1.7%
Yellow0.0%
Key (black)5.9%
Color previews
#3decf0 text on a black background
contrast 14.45:1
Card sample
#3decf0 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3decf0;
Background color
Panel with #3decf0 background
background-color: #3decf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3decf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 236, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 236, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3decf0; background: linear-gradient(135deg, #3decf0, #3D75F0);