#61cdcf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
97, 205, 207
HSL
181°, 53%, 60%
CMYK
53, 1, 0, 19
Luminance
0.5071
Every format
| HEX | #61cdcf |
| RGB | rgb(97, 205, 207) |
| HSL | hsl(181, 53%, 60%) |
| CMYK | cmyk(53%, 1%, 0%, 19%) |
| LAB | lab(76.5 -30.3 -10.5) |
| LCH | lch(76.5 32.0 199.0) |
| OKLCH | oklch(0.786 0.099 197.0) |
Copy-ready code
/* CSS */
color: #61cdcf;
background-color: #61cdcf;
/* Tailwind (arbitrary) */
class="text-[#61cdcf] bg-[#61cdcf]"
/* SCSS */
$brand: #61cdcf;
/* SwiftUI */
Color(red: 0.380, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#61cdcf")Accessibility — WCAG contrast
Aa
#61cdcf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61cdcf on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green80.4%
Blue81.2%
CMYK percentages
Cyan53.1%
Magenta1.0%
Yellow0.0%
Key (black)18.8%
Color previews
#61cdcf text on a black background
contrast 11.14:1
Card sample
#61cdcf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61cdcf;
Background color
Panel with #61cdcf background
background-color: #61cdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61cdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61cdcf; background: linear-gradient(135deg, #61cdcf, #6184CF);