#3eeeff
a balanced, electric cyan · cool · closest name: cyan
RGB
62, 238, 255
HSL
185°, 100%, 62%
CMYK
76, 7, 0, 0
Luminance
0.6939
Every format
| HEX | #3eeeff |
| RGB | rgb(62, 238, 255) |
| HSL | hsl(185, 100%, 62%) |
| CMYK | cmyk(76%, 7%, 0%, 0%) |
| LAB | lab(86.7 -37.4 -20.7) |
| LCH | lch(86.7 42.8 209.0) |
| OKLCH | oklch(0.871 0.137 204.9) |
Copy-ready code
/* CSS */
color: #3eeeff;
background-color: #3eeeff;
/* Tailwind (arbitrary) */
class="text-[#3eeeff] bg-[#3eeeff]"
/* SCSS */
$brand: #3eeeff;
/* SwiftUI */
Color(red: 0.243, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#3eeeff")Accessibility — WCAG contrast
Aa
#3eeeff on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eeeff on black: 14.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green93.3%
Blue100.0%
CMYK percentages
Cyan75.7%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#3eeeff text on a black background
contrast 14.88:1
Card sample
#3eeeff text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eeeff;
Background color
Panel with #3eeeff background
background-color: #3eeeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eeeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eeeff; background: linear-gradient(135deg, #3eeeff, #3E6DFF);