#5eb59b
a balanced, soft cyan · cool · closest name: turquoise
RGB
94, 181, 155
HSL
162°, 37%, 54%
CMYK
48, 0, 14, 29
Luminance
0.3779
Every format
| HEX | #5eb59b |
| RGB | rgb(94, 181, 155) |
| HSL | hsl(162, 37%, 54%) |
| CMYK | cmyk(48%, 0%, 14%, 29%) |
| LAB | lab(67.9 -32.6 5.2) |
| LCH | lch(67.9 33.0 171.0) |
| OKLCH | oklch(0.711 0.093 171.9) |
Copy-ready code
/* CSS */
color: #5eb59b;
background-color: #5eb59b;
/* Tailwind (arbitrary) */
class="text-[#5eb59b] bg-[#5eb59b]"
/* SCSS */
$brand: #5eb59b;
/* SwiftUI */
Color(red: 0.369, green: 0.710, blue: 0.608)
/* Android */
Color.parseColor("#5eb59b")Accessibility — WCAG contrast
Aa
#5eb59b on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5eb59b on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green71.0%
Blue60.8%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow14.4%
Key (black)29.0%
Color previews
#5eb59b text on a black background
contrast 8.56:1
Card sample
#5eb59b text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5eb59b;
Background color
Panel with #5eb59b background
background-color: #5eb59b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5eb59b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 181, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 181, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5eb59b; background: linear-gradient(135deg, #5eb59b, #5E95B5);