#46acaf
a balanced, soft cyan · cool · closest name: teal
RGB
70, 172, 175
HSL
182°, 43%, 48%
CMYK
60, 2, 0, 31
Luminance
0.3390
Every format
| HEX | #46acaf |
| RGB | rgb(70, 172, 175) |
| HSL | hsl(182, 43%, 48%) |
| CMYK | cmyk(60%, 2%, 0%, 31%) |
| LAB | lab(64.9 -28.2 -10.4) |
| LCH | lch(64.9 30.1 200.2) |
| OKLCH | oklch(0.687 0.093 197.9) |
Copy-ready code
/* CSS */
color: #46acaf;
background-color: #46acaf;
/* Tailwind (arbitrary) */
class="text-[#46acaf] bg-[#46acaf]"
/* SCSS */
$brand: #46acaf;
/* SwiftUI */
Color(red: 0.275, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#46acaf")Accessibility — WCAG contrast
Aa
#46acaf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46acaf on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green67.5%
Blue68.6%
CMYK percentages
Cyan60.0%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#46acaf text on a black background
contrast 7.78:1
Card sample
#46acaf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46acaf;
Background color
Panel with #46acaf background
background-color: #46acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46acaf; background: linear-gradient(135deg, #46acaf, #4666AF);