#3effeb
a balanced, electric cyan · cool · closest name: cyan
RGB
62, 255, 235
HSL
174°, 100%, 62%
CMYK
76, 0, 8, 0
Luminance
0.7854
Every format
| HEX | #3effeb |
| RGB | rgb(62, 255, 235) |
| HSL | hsl(174, 100%, 62%) |
| CMYK | cmyk(76%, 0%, 8%, 0%) |
| LAB | lab(91.0 -50.5 -3.8) |
| LCH | lch(91.0 50.6 184.4) |
| OKLCH | oklch(0.904 0.149 184.3) |
Copy-ready code
/* CSS */
color: #3effeb;
background-color: #3effeb;
/* Tailwind (arbitrary) */
class="text-[#3effeb] bg-[#3effeb]"
/* SCSS */
$brand: #3effeb;
/* SwiftUI */
Color(red: 0.243, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#3effeb")Accessibility — WCAG contrast
Aa
#3effeb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3effeb on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green100.0%
Blue92.2%
CMYK percentages
Cyan75.7%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#3effeb text on a black background
contrast 16.71:1
Card sample
#3effeb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3effeb;
Background color
Panel with #3effeb background
background-color: #3effeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3effeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3effeb; background: linear-gradient(135deg, #3effeb, #3E92FF);