#4eb7cb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
78, 183, 203
HSL
190°, 55%, 55%
CMYK
62, 10, 0, 20
Luminance
0.3980
Every format
| HEX | #4eb7cb |
| RGB | rgb(78, 183, 203) |
| HSL | hsl(190, 55%, 55%) |
| CMYK | cmyk(62%, 10%, 0%, 20%) |
| LAB | lab(69.3 -24.1 -19.1) |
| LCH | lch(69.3 30.8 218.4) |
| OKLCH | oklch(0.726 0.100 212.2) |
Copy-ready code
/* CSS */
color: #4eb7cb;
background-color: #4eb7cb;
/* Tailwind (arbitrary) */
class="text-[#4eb7cb] bg-[#4eb7cb]"
/* SCSS */
$brand: #4eb7cb;
/* SwiftUI */
Color(red: 0.306, green: 0.718, blue: 0.796)
/* Android */
Color.parseColor("#4eb7cb")Accessibility — WCAG contrast
Aa
#4eb7cb on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4eb7cb on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green71.8%
Blue79.6%
CMYK percentages
Cyan61.6%
Magenta9.9%
Yellow0.0%
Key (black)20.4%
Color previews
#4eb7cb text on a black background
contrast 8.96:1
Card sample
#4eb7cb text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4eb7cb;
Background color
Panel with #4eb7cb background
background-color: #4eb7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4eb7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 183, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 183, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4eb7cb; background: linear-gradient(135deg, #4eb7cb, #4E64CB);