#4ee3eb
a balanced, electric cyan · cool · closest name: turquoise
RGB
78, 227, 235
HSL
183°, 80%, 61%
CMYK
67, 3, 0, 8
Luminance
0.6256
Every format
| HEX | #4ee3eb |
| RGB | rgb(78, 227, 235) |
| HSL | hsl(183, 80%, 61%) |
| CMYK | cmyk(67%, 3%, 0%, 8%) |
| LAB | lab(83.2 -36.2 -15.4) |
| LCH | lch(83.2 39.3 203.1) |
| OKLCH | oklch(0.842 0.124 200.3) |
Copy-ready code
/* CSS */
color: #4ee3eb;
background-color: #4ee3eb;
/* Tailwind (arbitrary) */
class="text-[#4ee3eb] bg-[#4ee3eb]"
/* SCSS */
$brand: #4ee3eb;
/* SwiftUI */
Color(red: 0.306, green: 0.890, blue: 0.922)
/* Android */
Color.parseColor("#4ee3eb")Accessibility — WCAG contrast
Aa
#4ee3eb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ee3eb on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green89.0%
Blue92.2%
CMYK percentages
Cyan66.8%
Magenta3.4%
Yellow0.0%
Key (black)7.8%
Color previews
#4ee3eb text on a black background
contrast 13.51:1
Card sample
#4ee3eb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ee3eb;
Background color
Panel with #4ee3eb background
background-color: #4ee3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ee3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 227, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 227, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ee3eb; background: linear-gradient(135deg, #4ee3eb, #4E7AEB);