#669482
a balanced, soft green · cool · closest name: teal
RGB
102, 148, 130
HSL
157°, 18%, 49%
CMYK
31, 0, 12, 42
Luminance
0.2562
Every format
| HEX | #669482 |
| RGB | rgb(102, 148, 130) |
| HSL | hsl(157, 18%, 49%) |
| CMYK | cmyk(31%, 0%, 12%, 42%) |
| LAB | lab(57.7 -19.7 4.5) |
| LCH | lch(57.7 20.2 167.0) |
| OKLCH | oklch(0.628 0.057 168.2) |
Copy-ready code
/* CSS */
color: #669482;
background-color: #669482;
/* Tailwind (arbitrary) */
class="text-[#669482] bg-[#669482]"
/* SCSS */
$brand: #669482;
/* SwiftUI */
Color(red: 0.400, green: 0.580, blue: 0.510)
/* Android */
Color.parseColor("#669482")Accessibility — WCAG contrast
Aa
#669482 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#669482 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green58.0%
Blue51.0%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow12.2%
Key (black)42.0%
Color previews
#669482 text on a black background
contrast 6.12:1
Card sample
#669482 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #669482;
Background color
Panel with #669482 background
background-color: #669482;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #669482;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 148, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 148, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #669482; background: linear-gradient(135deg, #669482, #668794);