#5fbc90
a balanced, soft green · cool · closest name: seagreen
RGB
95, 188, 144
HSL
152°, 41%, 56%
CMYK
50, 0, 23, 26
Luminance
0.4041
Every format
| HEX | #5fbc90 |
| RGB | rgb(95, 188, 144) |
| HSL | hsl(152, 41%, 56%) |
| CMYK | cmyk(50%, 0%, 23%, 26%) |
| LAB | lab(69.8 -38.0 13.9) |
| LCH | lch(69.8 40.5 159.9) |
| OKLCH | oklch(0.726 0.111 161.3) |
Copy-ready code
/* CSS */
color: #5fbc90;
background-color: #5fbc90;
/* Tailwind (arbitrary) */
class="text-[#5fbc90] bg-[#5fbc90]"
/* SCSS */
$brand: #5fbc90;
/* SwiftUI */
Color(red: 0.373, green: 0.737, blue: 0.565)
/* Android */
Color.parseColor("#5fbc90")Accessibility — WCAG contrast
Aa
#5fbc90 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fbc90 on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green73.7%
Blue56.5%
CMYK percentages
Cyan49.5%
Magenta0.0%
Yellow23.4%
Key (black)26.3%
Color previews
#5fbc90 text on a black background
contrast 9.08:1
Card sample
#5fbc90 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fbc90;
Background color
Panel with #5fbc90 background
background-color: #5fbc90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fbc90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 188, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 188, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fbc90; background: linear-gradient(135deg, #5fbc90, #5FAABC);