#61ebdf
a light, electric cyan · cool · closest name: turquoise
RGB
97, 235, 223
HSL
175°, 78%, 65%
CMYK
59, 0, 5, 8
Luminance
0.6729
Every format
| HEX | #61ebdf |
| RGB | rgb(97, 235, 223) |
| HSL | hsl(175, 78%, 65%) |
| CMYK | cmyk(59%, 0%, 5%, 8%) |
| LAB | lab(85.7 -40.1 -5.4) |
| LCH | lch(85.7 40.5 187.7) |
| OKLCH | oklch(0.862 0.121 187.3) |
Copy-ready code
/* CSS */
color: #61ebdf;
background-color: #61ebdf;
/* Tailwind (arbitrary) */
class="text-[#61ebdf] bg-[#61ebdf]"
/* SCSS */
$brand: #61ebdf;
/* SwiftUI */
Color(red: 0.380, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#61ebdf")Accessibility — WCAG contrast
Aa
#61ebdf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61ebdf on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green92.2%
Blue87.5%
CMYK percentages
Cyan58.7%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#61ebdf text on a black background
contrast 14.46:1
Card sample
#61ebdf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61ebdf;
Background color
Panel with #61ebdf background
background-color: #61ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61ebdf; background: linear-gradient(135deg, #61ebdf, #619BEB);