#5febaf
a balanced, electric green · cool · closest name: aquamarine
RGB
95, 235, 175
HSL
154°, 78%, 65%
CMYK
60, 0, 26, 8
Luminance
0.6494
Every format
| HEX | #5febaf |
| RGB | rgb(95, 235, 175) |
| HSL | hsl(154, 78%, 65%) |
| CMYK | cmyk(60%, 0%, 26%, 8%) |
| LAB | lab(84.5 -51.7 18.0) |
| LCH | lch(84.5 54.7 160.8) |
| OKLCH | oklch(0.848 0.149 162.1) |
Copy-ready code
/* CSS */
color: #5febaf;
background-color: #5febaf;
/* Tailwind (arbitrary) */
class="text-[#5febaf] bg-[#5febaf]"
/* SCSS */
$brand: #5febaf;
/* SwiftUI */
Color(red: 0.373, green: 0.922, blue: 0.686)
/* Android */
Color.parseColor("#5febaf")Accessibility — WCAG contrast
Aa
#5febaf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5febaf on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green92.2%
Blue68.6%
CMYK percentages
Cyan59.6%
Magenta0.0%
Yellow25.5%
Key (black)7.8%
Color previews
#5febaf text on a black background
contrast 13.99:1
Card sample
#5febaf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5febaf;
Background color
Panel with #5febaf background
background-color: #5febaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5febaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 235, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 235, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5febaf; background: linear-gradient(135deg, #5febaf, #5FCAEB);