#3299ae
a dark, vivid cyan · cool · closest name: teal
RGB
50, 153, 174
HSL
190°, 55%, 44%
CMYK
71, 12, 0, 32
Luminance
0.2652
Every format
| HEX | #3299ae |
| RGB | rgb(50, 153, 174) |
| HSL | hsl(190, 55%, 44%) |
| CMYK | cmyk(71%, 12%, 0%, 32%) |
| LAB | lab(58.5 -22.1 -19.5) |
| LCH | lch(58.5 29.5 221.3) |
| OKLCH | oklch(0.634 0.096 214.2) |
Copy-ready code
/* CSS */
color: #3299ae;
background-color: #3299ae;
/* Tailwind (arbitrary) */
class="text-[#3299ae] bg-[#3299ae]"
/* SCSS */
$brand: #3299ae;
/* SwiftUI */
Color(red: 0.196, green: 0.600, blue: 0.682)
/* Android */
Color.parseColor("#3299ae")Accessibility — WCAG contrast
Aa
#3299ae on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3299ae on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green60.0%
Blue68.2%
CMYK percentages
Cyan71.3%
Magenta12.1%
Yellow0.0%
Key (black)31.8%
Color previews
#3299ae text on a black background
contrast 6.30:1
Card sample
#3299ae text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3299ae;
Background color
Panel with #3299ae background
background-color: #3299ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3299ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 153, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 153, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3299ae; background: linear-gradient(135deg, #3299ae, #3246AE);