#5eb5b2
a balanced, soft cyan · cool · closest name: teal
RGB
94, 181, 178
HSL
178°, 37%, 54%
CMYK
48, 0, 2, 29
Luminance
0.3864
Every format
| HEX | #5eb5b2 |
| RGB | rgb(94, 181, 178) |
| HSL | hsl(178, 37%, 54%) |
| CMYK | cmyk(48%, 0%, 2%, 29%) |
| LAB | lab(68.5 -26.9 -6.6) |
| LCH | lch(68.5 27.7 193.7) |
| OKLCH | oklch(0.718 0.084 192.5) |
Copy-ready code
/* CSS */
color: #5eb5b2;
background-color: #5eb5b2;
/* Tailwind (arbitrary) */
class="text-[#5eb5b2] bg-[#5eb5b2]"
/* SCSS */
$brand: #5eb5b2;
/* SwiftUI */
Color(red: 0.369, green: 0.710, blue: 0.698)
/* Android */
Color.parseColor("#5eb5b2")Accessibility — WCAG contrast
Aa
#5eb5b2 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb5b2 on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green71.0%
Blue69.8%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow1.7%
Key (black)29.0%
Color previews
#5eb5b2 text on a black background
contrast 8.73:1
Card sample
#5eb5b2 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb5b2;
Background color
Panel with #5eb5b2 background
background-color: #5eb5b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb5b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 181, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 181, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb5b2; background: linear-gradient(135deg, #5eb5b2, #5E7EB5);