#46aeaf
a balanced, soft cyan · cool · closest name: teal
RGB
70, 174, 175
HSL
181°, 43%, 48%
CMYK
60, 1, 0, 31
Luminance
0.3467
Every format
| HEX | #46aeaf |
| RGB | rgb(70, 174, 175) |
| HSL | hsl(181, 43%, 48%) |
| CMYK | cmyk(60%, 1%, 0%, 31%) |
| LAB | lab(65.5 -29.2 -9.5) |
| LCH | lch(65.5 30.7 198.0) |
| OKLCH | oklch(0.692 0.095 196.1) |
Copy-ready code
/* CSS */
color: #46aeaf;
background-color: #46aeaf;
/* Tailwind (arbitrary) */
class="text-[#46aeaf] bg-[#46aeaf]"
/* SCSS */
$brand: #46aeaf;
/* SwiftUI */
Color(red: 0.275, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#46aeaf")Accessibility — WCAG contrast
Aa
#46aeaf on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46aeaf on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green68.2%
Blue68.6%
CMYK percentages
Cyan60.0%
Magenta0.6%
Yellow0.0%
Key (black)31.4%
Color previews
#46aeaf text on a black background
contrast 7.93:1
Card sample
#46aeaf text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46aeaf;
Background color
Panel with #46aeaf background
background-color: #46aeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46aeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46aeaf; background: linear-gradient(135deg, #46aeaf, #4668AF);