#5eb2b3
a balanced, soft cyan · cool · closest name: teal
RGB
94, 178, 179
HSL
181°, 36%, 54%
CMYK
48, 1, 0, 30
Luminance
0.3748
Every format
| HEX | #5eb2b3 |
| RGB | rgb(94, 178, 179) |
| HSL | hsl(181, 36%, 54%) |
| CMYK | cmyk(48%, 1%, 0%, 30%) |
| LAB | lab(67.6 -25.1 -8.4) |
| LCH | lch(67.6 26.5 198.5) |
| OKLCH | oklch(0.712 0.082 196.5) |
Copy-ready code
/* CSS */
color: #5eb2b3;
background-color: #5eb2b3;
/* Tailwind (arbitrary) */
class="text-[#5eb2b3] bg-[#5eb2b3]"
/* SCSS */
$brand: #5eb2b3;
/* SwiftUI */
Color(red: 0.369, green: 0.698, blue: 0.702)
/* Android */
Color.parseColor("#5eb2b3")Accessibility — WCAG contrast
Aa
#5eb2b3 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb2b3 on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green69.8%
Blue70.2%
CMYK percentages
Cyan47.5%
Magenta0.6%
Yellow0.0%
Key (black)29.8%
Color previews
#5eb2b3 text on a black background
contrast 8.50:1
Card sample
#5eb2b3 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb2b3;
Background color
Panel with #5eb2b3 background
background-color: #5eb2b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb2b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 178, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 178, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb2b3; background: linear-gradient(135deg, #5eb2b3, #5E79B3);