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