#299aba
a dark, vivid cyan · cool · closest name: steelblue
RGB
41, 154, 186
HSL
193°, 64%, 45%
CMYK
78, 17, 0, 27
Luminance
0.2713
Every format
| HEX | #299aba |
| RGB | rgb(41, 154, 186) |
| HSL | hsl(193, 64%, 45%) |
| CMYK | cmyk(78%, 17%, 0%, 27%) |
| LAB | lab(59.1 -19.8 -25.4) |
| LCH | lch(59.1 32.2 232.0) |
| OKLCH | oklch(0.639 0.107 221.7) |
Copy-ready code
/* CSS */
color: #299aba;
background-color: #299aba;
/* Tailwind (arbitrary) */
class="text-[#299aba] bg-[#299aba]"
/* SCSS */
$brand: #299aba;
/* SwiftUI */
Color(red: 0.161, green: 0.604, blue: 0.729)
/* Android */
Color.parseColor("#299aba")Accessibility — WCAG contrast
Aa
#299aba on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#299aba on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green60.4%
Blue72.9%
CMYK percentages
Cyan78.0%
Magenta17.2%
Yellow0.0%
Key (black)27.1%
Color previews
#299aba text on a black background
contrast 6.43:1
Card sample
#299aba text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #299aba;
Background color
Panel with #299aba background
background-color: #299aba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #299aba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 154, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 154, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #299aba; background: linear-gradient(135deg, #299aba, #2939BA);