#5ceeb9
a balanced, electric green · cool · closest name: aquamarine
RGB
92, 238, 185
HSL
158°, 81%, 65%
CMYK
61, 0, 22, 7
Luminance
0.6693
Every format
| HEX | #5ceeb9 |
| RGB | rgb(92, 238, 185) |
| HSL | hsl(158, 81%, 65%) |
| CMYK | cmyk(61%, 0%, 22%, 7%) |
| LAB | lab(85.5 -51.3 14.2) |
| LCH | lch(85.5 53.3 164.5) |
| OKLCH | oklch(0.857 0.147 165.6) |
Copy-ready code
/* CSS */
color: #5ceeb9;
background-color: #5ceeb9;
/* Tailwind (arbitrary) */
class="text-[#5ceeb9] bg-[#5ceeb9]"
/* SCSS */
$brand: #5ceeb9;
/* SwiftUI */
Color(red: 0.361, green: 0.933, blue: 0.725)
/* Android */
Color.parseColor("#5ceeb9")Accessibility — WCAG contrast
Aa
#5ceeb9 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ceeb9 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green93.3%
Blue72.5%
CMYK percentages
Cyan61.3%
Magenta0.0%
Yellow22.3%
Key (black)6.7%
Color previews
#5ceeb9 text on a black background
contrast 14.39:1
Card sample
#5ceeb9 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ceeb9;
Background color
Panel with #5ceeb9 background
background-color: #5ceeb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ceeb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 238, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 238, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ceeb9; background: linear-gradient(135deg, #5ceeb9, #5CC2EE);