#46b4af
a balanced, soft cyan · cool · closest name: turquoise
RGB
70, 180, 175
HSL
177°, 44%, 49%
CMYK
61, 0, 3, 29
Luminance
0.3704
Every format
| HEX | #46b4af |
| RGB | rgb(70, 180, 175) |
| HSL | hsl(177, 44%, 49%) |
| CMYK | cmyk(61%, 0%, 3%, 29%) |
| LAB | lab(67.3 -32.1 -6.8) |
| LCH | lch(67.3 32.8 191.9) |
| OKLCH | oklch(0.706 0.099 190.9) |
Copy-ready code
/* CSS */
color: #46b4af;
background-color: #46b4af;
/* Tailwind (arbitrary) */
class="text-[#46b4af] bg-[#46b4af]"
/* SCSS */
$brand: #46b4af;
/* SwiftUI */
Color(red: 0.275, green: 0.706, blue: 0.686)
/* Android */
Color.parseColor("#46b4af")Accessibility — WCAG contrast
Aa
#46b4af on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46b4af on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green70.6%
Blue68.6%
CMYK percentages
Cyan61.1%
Magenta0.0%
Yellow2.8%
Key (black)29.4%
Color previews
#46b4af text on a black background
contrast 8.41:1
Card sample
#46b4af text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46b4af;
Background color
Panel with #46b4af background
background-color: #46b4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46b4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 180, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 180, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46b4af; background: linear-gradient(135deg, #46b4af, #4670B4);