#61dfdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
97, 223, 223
HSL
180°, 66%, 63%
CMYK
57, 0, 0, 13
Luminance
0.6064
Every format
| HEX | #61dfdf |
| RGB | rgb(97, 223, 223) |
| HSL | hsl(180, 66%, 63%) |
| CMYK | cmyk(57%, 0%, 0%, 13%) |
| LAB | lab(82.2 -34.6 -10.6) |
| LCH | lch(82.2 36.1 197.0) |
| OKLCH | oklch(0.833 0.111 195.2) |
Copy-ready code
/* CSS */
color: #61dfdf;
background-color: #61dfdf;
/* Tailwind (arbitrary) */
class="text-[#61dfdf] bg-[#61dfdf]"
/* SCSS */
$brand: #61dfdf;
/* SwiftUI */
Color(red: 0.380, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#61dfdf")Accessibility — WCAG contrast
Aa
#61dfdf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61dfdf on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green87.5%
Blue87.5%
CMYK percentages
Cyan56.5%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#61dfdf text on a black background
contrast 13.13:1
Card sample
#61dfdf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61dfdf;
Background color
Panel with #61dfdf background
background-color: #61dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61dfdf; background: linear-gradient(135deg, #61dfdf, #618BDF);