#5febbc
a balanced, electric green · cool · closest name: aquamarine
RGB
95, 235, 188
HSL
160°, 78%, 65%
CMYK
60, 0, 20, 8
Luminance
0.6548
Every format
| HEX | #5febbc |
| RGB | rgb(95, 235, 188) |
| HSL | hsl(160, 78%, 65%) |
| CMYK | cmyk(60%, 0%, 20%, 8%) |
| LAB | lab(84.7 -48.9 11.6) |
| LCH | lch(84.7 50.2 166.6) |
| OKLCH | oklch(0.851 0.139 167.7) |
Copy-ready code
/* CSS */
color: #5febbc;
background-color: #5febbc;
/* Tailwind (arbitrary) */
class="text-[#5febbc] bg-[#5febbc]"
/* SCSS */
$brand: #5febbc;
/* SwiftUI */
Color(red: 0.373, green: 0.922, blue: 0.737)
/* Android */
Color.parseColor("#5febbc")Accessibility — WCAG contrast
Aa
#5febbc on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5febbc on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green92.2%
Blue73.7%
CMYK percentages
Cyan59.6%
Magenta0.0%
Yellow20.0%
Key (black)7.8%
Color previews
#5febbc text on a black background
contrast 14.10:1
Card sample
#5febbc text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5febbc;
Background color
Panel with #5febbc background
background-color: #5febbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5febbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 235, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 235, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5febbc; background: linear-gradient(135deg, #5febbc, #5FBDEB);