#46a7b4
a balanced, soft cyan · cool · closest name: teal
RGB
70, 167, 180
HSL
187°, 44%, 49%
CMYK
61, 7, 0, 29
Luminance
0.3223
Every format
| HEX | #46a7b4 |
| RGB | rgb(70, 167, 180) |
| HSL | hsl(187, 44%, 49%) |
| CMYK | cmyk(61%, 7%, 0%, 29%) |
| LAB | lab(63.5 -24.3 -15.2) |
| LCH | lch(63.5 28.6 212.0) |
| OKLCH | oklch(0.676 0.092 207.3) |
Copy-ready code
/* CSS */
color: #46a7b4;
background-color: #46a7b4;
/* Tailwind (arbitrary) */
class="text-[#46a7b4] bg-[#46a7b4]"
/* SCSS */
$brand: #46a7b4;
/* SwiftUI */
Color(red: 0.275, green: 0.655, blue: 0.706)
/* Android */
Color.parseColor("#46a7b4")Accessibility — WCAG contrast
Aa
#46a7b4 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46a7b4 on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green65.5%
Blue70.6%
CMYK percentages
Cyan61.1%
Magenta7.2%
Yellow0.0%
Key (black)29.4%
Color previews
#46a7b4 text on a black background
contrast 7.45:1
Card sample
#46a7b4 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46a7b4;
Background color
Panel with #46a7b4 background
background-color: #46a7b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46a7b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 167, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 167, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46a7b4; background: linear-gradient(135deg, #46a7b4, #465EB4);