#4e9daf
a balanced, soft cyan · cool · closest name: teal
RGB
78, 157, 175
HSL
191°, 38%, 50%
CMYK
55, 10, 0, 31
Luminance
0.2883
Every format
| HEX | #4e9daf |
| RGB | rgb(78, 157, 175) |
| HSL | hsl(191, 38%, 50%) |
| CMYK | cmyk(55%, 10%, 0%, 31%) |
| LAB | lab(60.6 -19.0 -16.8) |
| LCH | lch(60.6 25.3 221.4) |
| OKLCH | oklch(0.653 0.082 214.6) |
Copy-ready code
/* CSS */
color: #4e9daf;
background-color: #4e9daf;
/* Tailwind (arbitrary) */
class="text-[#4e9daf] bg-[#4e9daf]"
/* SCSS */
$brand: #4e9daf;
/* SwiftUI */
Color(red: 0.306, green: 0.616, blue: 0.686)
/* Android */
Color.parseColor("#4e9daf")Accessibility — WCAG contrast
Aa
#4e9daf on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4e9daf on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green61.6%
Blue68.6%
CMYK percentages
Cyan55.4%
Magenta10.3%
Yellow0.0%
Key (black)31.4%
Color previews
#4e9daf text on a black background
contrast 6.77:1
Card sample
#4e9daf text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e9daf;
Background color
Panel with #4e9daf background
background-color: #4e9daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e9daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 157, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 157, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e9daf; background: linear-gradient(135deg, #4e9daf, #4E5CAF);