#66bba2
a balanced, soft cyan · cool · closest name: turquoise
RGB
102, 187, 162
HSL
162°, 39%, 57%
CMYK
46, 0, 13, 27
Luminance
0.4097
Every format
| HEX | #66bba2 |
| RGB | rgb(102, 187, 162) |
| HSL | hsl(162, 39%, 57%) |
| CMYK | cmyk(46%, 0%, 13%, 27%) |
| LAB | lab(70.2 -31.8 4.7) |
| LCH | lch(70.2 32.1 171.6) |
| OKLCH | oklch(0.731 0.091 172.5) |
Copy-ready code
/* CSS */
color: #66bba2;
background-color: #66bba2;
/* Tailwind (arbitrary) */
class="text-[#66bba2] bg-[#66bba2]"
/* SCSS */
$brand: #66bba2;
/* SwiftUI */
Color(red: 0.400, green: 0.733, blue: 0.635)
/* Android */
Color.parseColor("#66bba2")Accessibility — WCAG contrast
Aa
#66bba2 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#66bba2 on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green73.3%
Blue63.5%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow13.4%
Key (black)26.7%
Color previews
#66bba2 text on a black background
contrast 9.19:1
Card sample
#66bba2 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #66bba2;
Background color
Panel with #66bba2 background
background-color: #66bba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #66bba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 187, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 187, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #66bba2; background: linear-gradient(135deg, #66bba2, #669BBB);