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