#3decf3
a balanced, electric cyan · cool · closest name: cyan
RGB
61, 236, 243
HSL
182°, 88%, 60%
CMYK
75, 3, 0, 5
Luminance
0.6745
Every format
| HEX | #3decf3 |
| RGB | rgb(61, 236, 243) |
| HSL | hsl(182, 88%, 60%) |
| CMYK | cmyk(75%, 3%, 0%, 5%) |
| LAB | lab(85.7 -40.1 -15.9) |
| LCH | lch(85.7 43.1 201.6) |
| OKLCH | oklch(0.862 0.135 199.1) |
Copy-ready code
/* CSS */
color: #3decf3;
background-color: #3decf3;
/* Tailwind (arbitrary) */
class="text-[#3decf3] bg-[#3decf3]"
/* SCSS */
$brand: #3decf3;
/* SwiftUI */
Color(red: 0.239, green: 0.925, blue: 0.953)
/* Android */
Color.parseColor("#3decf3")Accessibility — WCAG contrast
Aa
#3decf3 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3decf3 on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green92.5%
Blue95.3%
CMYK percentages
Cyan74.9%
Magenta2.9%
Yellow0.0%
Key (black)4.7%
Color previews
#3decf3 text on a black background
contrast 14.49:1
Card sample
#3decf3 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3decf3;
Background color
Panel with #3decf3 background
background-color: #3decf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3decf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 236, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 236, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3decf3; background: linear-gradient(135deg, #3decf3, #3D73F3);