#5dfcca
a light, electric cyan · cool · closest name: aquamarine
RGB
93, 252, 202
HSL
161°, 96%, 68%
CMYK
63, 0, 20, 1
Luminance
0.7621
Every format
| HEX | #5dfcca |
| RGB | rgb(93, 252, 202) |
| HSL | hsl(161, 96%, 68%) |
| CMYK | cmyk(63%, 0%, 20%, 1%) |
| LAB | lab(90.0 -53.1 11.8) |
| LCH | lch(90.0 54.4 167.5) |
| OKLCH | oklch(0.894 0.151 168.5) |
Copy-ready code
/* CSS */
color: #5dfcca;
background-color: #5dfcca;
/* Tailwind (arbitrary) */
class="text-[#5dfcca] bg-[#5dfcca]"
/* SCSS */
$brand: #5dfcca;
/* SwiftUI */
Color(red: 0.365, green: 0.988, blue: 0.792)
/* Android */
Color.parseColor("#5dfcca")Accessibility — WCAG contrast
Aa
#5dfcca on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dfcca on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green98.8%
Blue79.2%
CMYK percentages
Cyan63.1%
Magenta0.0%
Yellow19.8%
Key (black)1.2%
Color previews
#5dfcca text on a black background
contrast 16.24:1
Card sample
#5dfcca text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dfcca;
Background color
Panel with #5dfcca background
background-color: #5dfcca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dfcca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 252, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 252, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dfcca; background: linear-gradient(135deg, #5dfcca, #5DC4FC);