#299e6b
a dark, vivid green · cool · closest name: seagreen
RGB
41, 158, 107
HSL
154°, 59%, 39%
CMYK
74, 0, 32, 38
Luminance
0.2599
Every format
| HEX | #299e6b |
| RGB | rgb(41, 158, 107) |
| HSL | hsl(154, 59%, 39%) |
| CMYK | cmyk(74%, 0%, 32%, 38%) |
| LAB | lab(58.0 -44.2 17.7) |
| LCH | lch(58.0 47.6 158.2) |
| OKLCH | oklch(0.623 0.128 159.6) |
Copy-ready code
/* CSS */
color: #299e6b;
background-color: #299e6b;
/* Tailwind (arbitrary) */
class="text-[#299e6b] bg-[#299e6b]"
/* SCSS */
$brand: #299e6b;
/* SwiftUI */
Color(red: 0.161, green: 0.620, blue: 0.420)
/* Android */
Color.parseColor("#299e6b")Accessibility — WCAG contrast
Aa
#299e6b on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#299e6b on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green62.0%
Blue42.0%
CMYK percentages
Cyan74.1%
Magenta0.0%
Yellow32.3%
Key (black)38.0%
Color previews
#299e6b text on a black background
contrast 6.20:1
Card sample
#299e6b text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #299e6b;
Background color
Panel with #299e6b background
background-color: #299e6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #299e6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 158, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 158, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #299e6b; background: linear-gradient(135deg, #299e6b, #29839E);