#61fbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
97, 251, 223
HSL
169°, 95%, 68%
CMYK
61, 0, 11, 2
Luminance
0.7686
Every format
| HEX | #61fbdf |
| RGB | rgb(97, 251, 223) |
| HSL | hsl(169, 95%, 68%) |
| CMYK | cmyk(61%, 0%, 11%, 2%) |
| LAB | lab(90.3 -47.1 1.4) |
| LCH | lch(90.3 47.1 178.4) |
| OKLCH | oklch(0.899 0.136 178.8) |
Copy-ready code
/* CSS */
color: #61fbdf;
background-color: #61fbdf;
/* Tailwind (arbitrary) */
class="text-[#61fbdf] bg-[#61fbdf]"
/* SCSS */
$brand: #61fbdf;
/* SwiftUI */
Color(red: 0.380, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#61fbdf")Accessibility — WCAG contrast
Aa
#61fbdf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61fbdf on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green98.4%
Blue87.5%
CMYK percentages
Cyan61.4%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#61fbdf text on a black background
contrast 16.37:1
Card sample
#61fbdf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61fbdf;
Background color
Panel with #61fbdf background
background-color: #61fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61fbdf; background: linear-gradient(135deg, #61fbdf, #61B0FB);