#299baf
a dark, vivid cyan · cool · closest name: teal
RGB
41, 155, 175
HSL
189°, 62%, 42%
CMYK
77, 11, 0, 31
Luminance
0.2701
Every format
| HEX | #299baf |
| RGB | rgb(41, 155, 175) |
| HSL | hsl(189, 62%, 42%) |
| CMYK | cmyk(77%, 11%, 0%, 31%) |
| LAB | lab(59.0 -24.0 -19.4) |
| LCH | lch(59.0 30.8 218.9) |
| OKLCH | oklch(0.637 0.101 212.3) |
Copy-ready code
/* CSS */
color: #299baf;
background-color: #299baf;
/* Tailwind (arbitrary) */
class="text-[#299baf] bg-[#299baf]"
/* SCSS */
$brand: #299baf;
/* SwiftUI */
Color(red: 0.161, green: 0.608, blue: 0.686)
/* Android */
Color.parseColor("#299baf")Accessibility — WCAG contrast
Aa
#299baf on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#299baf on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green60.8%
Blue68.6%
CMYK percentages
Cyan76.6%
Magenta11.4%
Yellow0.0%
Key (black)31.4%
Color previews
#299baf text on a black background
contrast 6.40:1
Card sample
#299baf text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #299baf;
Background color
Panel with #299baf background
background-color: #299baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #299baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 155, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 155, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #299baf; background: linear-gradient(135deg, #299baf, #2942AF);