#3eeefa
a balanced, electric cyan · cool · closest name: cyan
RGB
62, 238, 250
HSL
184°, 95%, 61%
CMYK
75, 5, 0, 2
Luminance
0.6908
Every format
| HEX | #3eeefa |
| RGB | rgb(62, 238, 250) |
| HSL | hsl(184, 95%, 61%) |
| CMYK | cmyk(75%, 5%, 0%, 2%) |
| LAB | lab(86.5 -38.9 -18.4) |
| LCH | lch(86.5 43.0 205.3) |
| OKLCH | oklch(0.869 0.136 202.0) |
Copy-ready code
/* CSS */
color: #3eeefa;
background-color: #3eeefa;
/* Tailwind (arbitrary) */
class="text-[#3eeefa] bg-[#3eeefa]"
/* SCSS */
$brand: #3eeefa;
/* SwiftUI */
Color(red: 0.243, green: 0.933, blue: 0.980)
/* Android */
Color.parseColor("#3eeefa")Accessibility — WCAG contrast
Aa
#3eeefa on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eeefa on black: 14.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green93.3%
Blue98.0%
CMYK percentages
Cyan75.2%
Magenta4.8%
Yellow0.0%
Key (black)2.0%
Color previews
#3eeefa text on a black background
contrast 14.82:1
Card sample
#3eeefa text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eeefa;
Background color
Panel with #3eeefa background
background-color: #3eeefa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eeefa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 238, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 238, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eeefa; background: linear-gradient(135deg, #3eeefa, #3E71FA);