#61f5df
a light, electric cyan · cool · closest name: turquoise
RGB
97, 245, 223
HSL
171°, 88%, 67%
CMYK
60, 0, 9, 4
Luminance
0.7317
Every format
| HEX | #61f5df |
| RGB | rgb(97, 245, 223) |
| HSL | hsl(171, 88%, 67%) |
| CMYK | cmyk(60%, 0%, 9%, 4%) |
| LAB | lab(88.5 -44.5 -1.2) |
| LCH | lch(88.5 44.5 181.5) |
| OKLCH | oklch(0.885 0.130 181.7) |
Copy-ready code
/* CSS */
color: #61f5df;
background-color: #61f5df;
/* Tailwind (arbitrary) */
class="text-[#61f5df] bg-[#61f5df]"
/* SCSS */
$brand: #61f5df;
/* SwiftUI */
Color(red: 0.380, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#61f5df")Accessibility — WCAG contrast
Aa
#61f5df on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61f5df on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green96.1%
Blue87.5%
CMYK percentages
Cyan60.4%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#61f5df text on a black background
contrast 15.63:1
Card sample
#61f5df text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61f5df;
Background color
Panel with #61f5df background
background-color: #61f5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61f5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61f5df; background: linear-gradient(135deg, #61f5df, #61A8F5);