#4eb2bf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
78, 178, 191
HSL
187°, 47%, 53%
CMYK
59, 7, 0, 25
Luminance
0.3722
Every format
| HEX | #4eb2bf |
| RGB | rgb(78, 178, 191) |
| HSL | hsl(187, 47%, 53%) |
| CMYK | cmyk(59%, 7%, 0%, 25%) |
| LAB | lab(67.4 -25.1 -15.4) |
| LCH | lch(67.4 29.5 211.4) |
| OKLCH | oklch(0.710 0.094 206.9) |
Copy-ready code
/* CSS */
color: #4eb2bf;
background-color: #4eb2bf;
/* Tailwind (arbitrary) */
class="text-[#4eb2bf] bg-[#4eb2bf]"
/* SCSS */
$brand: #4eb2bf;
/* SwiftUI */
Color(red: 0.306, green: 0.698, blue: 0.749)
/* Android */
Color.parseColor("#4eb2bf")Accessibility — WCAG contrast
Aa
#4eb2bf on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb2bf on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green69.8%
Blue74.9%
CMYK percentages
Cyan59.2%
Magenta6.8%
Yellow0.0%
Key (black)25.1%
Color previews
#4eb2bf text on a black background
contrast 8.44:1
Card sample
#4eb2bf text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb2bf;
Background color
Panel with #4eb2bf background
background-color: #4eb2bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb2bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 178, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 178, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb2bf; background: linear-gradient(135deg, #4eb2bf, #4E67BF);