#61cebc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
97, 206, 188
HSL
170°, 53%, 59%
CMYK
53, 0, 9, 19
Luminance
0.5031
Every format
| HEX | #61cebc |
| RGB | rgb(97, 206, 188) |
| HSL | hsl(170, 53%, 59%) |
| CMYK | cmyk(53%, 0%, 9%, 19%) |
| LAB | lab(76.3 -35.7 -0.6) |
| LCH | lch(76.3 35.7 180.9) |
| OKLCH | oklch(0.782 0.104 181.2) |
Copy-ready code
/* CSS */
color: #61cebc;
background-color: #61cebc;
/* Tailwind (arbitrary) */
class="text-[#61cebc] bg-[#61cebc]"
/* SCSS */
$brand: #61cebc;
/* SwiftUI */
Color(red: 0.380, green: 0.808, blue: 0.737)
/* Android */
Color.parseColor("#61cebc")Accessibility — WCAG contrast
Aa
#61cebc on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61cebc on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green80.8%
Blue73.7%
CMYK percentages
Cyan52.9%
Magenta0.0%
Yellow8.7%
Key (black)19.2%
Color previews
#61cebc text on a black background
contrast 11.06:1
Card sample
#61cebc text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61cebc;
Background color
Panel with #61cebc background
background-color: #61cebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61cebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 206, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 206, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61cebc; background: linear-gradient(135deg, #61cebc, #6197CE);