#61cfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
97, 207, 172
HSL
161°, 53%, 60%
CMYK
53, 0, 17, 19
Luminance
0.5015
Every format
| HEX | #61cfac |
| RGB | rgb(97, 207, 172) |
| HSL | hsl(161, 53%, 60%) |
| CMYK | cmyk(53%, 0%, 17%, 19%) |
| LAB | lab(76.2 -39.9 7.9) |
| LCH | lch(76.2 40.7 168.8) |
| OKLCH | oklch(0.780 0.114 169.8) |
Copy-ready code
/* CSS */
color: #61cfac;
background-color: #61cfac;
/* Tailwind (arbitrary) */
class="text-[#61cfac] bg-[#61cfac]"
/* SCSS */
$brand: #61cfac;
/* SwiftUI */
Color(red: 0.380, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#61cfac")Accessibility — WCAG contrast
Aa
#61cfac on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61cfac on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green81.2%
Blue67.5%
CMYK percentages
Cyan53.1%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#61cfac text on a black background
contrast 11.03:1
Card sample
#61cfac text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61cfac;
Background color
Panel with #61cfac background
background-color: #61cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61cfac; background: linear-gradient(135deg, #61cfac, #61A9CF);