#429080
a dark, soft cyan · cool · closest name: teal
RGB
66, 144, 128
HSL
168°, 37%, 41%
CMYK
54, 0, 11, 44
Luminance
0.2266
Every format
| HEX | #429080 |
| RGB | rgb(66, 144, 128) |
| HSL | hsl(168, 37%, 41%) |
| CMYK | cmyk(54%, 0%, 11%, 44%) |
| LAB | lab(54.7 -28.1 1.2) |
| LCH | lch(54.7 28.1 177.5) |
| OKLCH | oklch(0.599 0.081 178.0) |
Copy-ready code
/* CSS */
color: #429080;
background-color: #429080;
/* Tailwind (arbitrary) */
class="text-[#429080] bg-[#429080]"
/* SCSS */
$brand: #429080;
/* SwiftUI */
Color(red: 0.259, green: 0.565, blue: 0.502)
/* Android */
Color.parseColor("#429080")Accessibility — WCAG contrast
Aa
#429080 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#429080 on black: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green56.5%
Blue50.2%
CMYK percentages
Cyan54.2%
Magenta0.0%
Yellow11.1%
Key (black)43.5%
Color previews
#429080 text on a black background
contrast 5.53:1
Card sample
#429080 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #429080;
Background color
Panel with #429080 background
background-color: #429080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #429080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 144, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 144, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #429080; background: linear-gradient(135deg, #429080, #426C90);