#299eb0
a dark, vivid cyan · cool · closest name: teal
RGB
41, 158, 176
HSL
188°, 62%, 43%
CMYK
77, 10, 0, 31
Luminance
0.2806
Every format
| HEX | #299eb0 |
| RGB | rgb(41, 158, 176) |
| HSL | hsl(188, 62%, 43%) |
| CMYK | cmyk(77%, 10%, 0%, 31%) |
| LAB | lab(59.9 -25.2 -18.5) |
| LCH | lch(59.9 31.2 216.2) |
| OKLCH | oklch(0.645 0.102 210.4) |
Copy-ready code
/* CSS */
color: #299eb0;
background-color: #299eb0;
/* Tailwind (arbitrary) */
class="text-[#299eb0] bg-[#299eb0]"
/* SCSS */
$brand: #299eb0;
/* SwiftUI */
Color(red: 0.161, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#299eb0")Accessibility — WCAG contrast
Aa
#299eb0 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#299eb0 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green62.0%
Blue69.0%
CMYK percentages
Cyan76.7%
Magenta10.2%
Yellow0.0%
Key (black)31.0%
Color previews
#299eb0 text on a black background
contrast 6.61:1
Card sample
#299eb0 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #299eb0;
Background color
Panel with #299eb0 background
background-color: #299eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #299eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #299eb0; background: linear-gradient(135deg, #299eb0, #2944B0);