#46af90
a balanced, soft cyan · cool · closest name: seagreen
RGB
70, 175, 144
HSL
162°, 43%, 48%
CMYK
60, 0, 18, 31
Luminance
0.3398
Every format
| HEX | #46af90 |
| RGB | rgb(70, 175, 144) |
| HSL | hsl(162, 43%, 48%) |
| CMYK | cmyk(60%, 0%, 18%, 31%) |
| LAB | lab(64.9 -37.8 7.0) |
| LCH | lch(64.9 38.5 169.6) |
| OKLCH | oklch(0.684 0.108 170.5) |
Copy-ready code
/* CSS */
color: #46af90;
background-color: #46af90;
/* Tailwind (arbitrary) */
class="text-[#46af90] bg-[#46af90]"
/* SCSS */
$brand: #46af90;
/* SwiftUI */
Color(red: 0.275, green: 0.686, blue: 0.565)
/* Android */
Color.parseColor("#46af90")Accessibility — WCAG contrast
Aa
#46af90 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46af90 on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green68.6%
Blue56.5%
CMYK percentages
Cyan60.0%
Magenta0.0%
Yellow17.7%
Key (black)31.4%
Color previews
#46af90 text on a black background
contrast 7.80:1
Card sample
#46af90 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46af90;
Background color
Panel with #46af90 background
background-color: #46af90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46af90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 175, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 175, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46af90; background: linear-gradient(135deg, #46af90, #4688AF);