#3dedeb
a balanced, electric cyan · cool · closest name: cyan
RGB
61, 237, 235
HSL
179°, 83%, 58%
CMYK
74, 0, 1, 7
Luminance
0.6756
Every format
| HEX | #3dedeb |
| RGB | rgb(61, 237, 235) |
| HSL | hsl(179, 83%, 58%) |
| CMYK | cmyk(74%, 0%, 1%, 7%) |
| LAB | lab(85.8 -42.8 -11.6) |
| LCH | lch(85.8 44.3 195.2) |
| OKLCH | oklch(0.862 0.136 193.8) |
Copy-ready code
/* CSS */
color: #3dedeb;
background-color: #3dedeb;
/* Tailwind (arbitrary) */
class="text-[#3dedeb] bg-[#3dedeb]"
/* SCSS */
$brand: #3dedeb;
/* SwiftUI */
Color(red: 0.239, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#3dedeb")Accessibility — WCAG contrast
Aa
#3dedeb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dedeb on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green92.9%
Blue92.2%
CMYK percentages
Cyan74.3%
Magenta0.0%
Yellow0.8%
Key (black)7.1%
Color previews
#3dedeb text on a black background
contrast 14.51:1
Card sample
#3dedeb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dedeb;
Background color
Panel with #3dedeb background
background-color: #3dedeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dedeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dedeb; background: linear-gradient(135deg, #3dedeb, #3D7AED);