#299595
a dark, vivid cyan · cool · closest name: teal
RGB
41, 149, 149
HSL
180°, 57%, 37%
CMYK
73, 0, 0, 42
Luminance
0.2414
Every format
| HEX | #299595 |
| RGB | rgb(41, 149, 149) |
| HSL | hsl(180, 57%, 37%) |
| CMYK | cmyk(73%, 0%, 0%, 42%) |
| LAB | lab(56.2 -29.1 -8.7) |
| LCH | lch(56.2 30.4 196.7) |
| OKLCH | oklch(0.612 0.094 195.0) |
Copy-ready code
/* CSS */
color: #299595;
background-color: #299595;
/* Tailwind (arbitrary) */
class="text-[#299595] bg-[#299595]"
/* SCSS */
$brand: #299595;
/* SwiftUI */
Color(red: 0.161, green: 0.584, blue: 0.584)
/* Android */
Color.parseColor("#299595")Accessibility — WCAG contrast
Aa
#299595 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#299595 on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green58.4%
Blue58.4%
CMYK percentages
Cyan72.5%
Magenta0.0%
Yellow0.0%
Key (black)41.6%
Color previews
#299595 text on a black background
contrast 5.83:1
Card sample
#299595 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #299595;
Background color
Panel with #299595 background
background-color: #299595;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #299595;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 149, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 149, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #299595; background: linear-gradient(135deg, #299595, #294D95);