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