#61dfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
97, 223, 188
HSL
163°, 66%, 63%
CMYK
57, 0, 16, 13
Luminance
0.5895
Every format
| HEX | #61dfbc |
| RGB | rgb(97, 223, 188) |
| HSL | hsl(163, 66%, 63%) |
| CMYK | cmyk(57%, 0%, 16%, 13%) |
| LAB | lab(81.3 -43.3 6.7) |
| LCH | lch(81.3 43.8 171.2) |
| OKLCH | oklch(0.823 0.124 172.1) |
Copy-ready code
/* CSS */
color: #61dfbc;
background-color: #61dfbc;
/* Tailwind (arbitrary) */
class="text-[#61dfbc] bg-[#61dfbc]"
/* SCSS */
$brand: #61dfbc;
/* SwiftUI */
Color(red: 0.380, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#61dfbc")Accessibility — WCAG contrast
Aa
#61dfbc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61dfbc on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green87.5%
Blue73.7%
CMYK percentages
Cyan56.5%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#61dfbc text on a black background
contrast 12.79:1
Card sample
#61dfbc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61dfbc;
Background color
Panel with #61dfbc background
background-color: #61dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61dfbc; background: linear-gradient(135deg, #61dfbc, #61AEDF);