#3296af
a dark, vivid cyan · cool · closest name: teal
RGB
50, 150, 175
HSL
192°, 56%, 44%
CMYK
71, 14, 0, 31
Luminance
0.2559
Every format
| HEX | #3296af |
| RGB | rgb(50, 150, 175) |
| HSL | hsl(192, 56%, 44%) |
| CMYK | cmyk(71%, 14%, 0%, 31%) |
| LAB | lab(57.6 -20.2 -21.4) |
| LCH | lch(57.6 29.4 226.6) |
| OKLCH | oklch(0.627 0.097 218.0) |
Copy-ready code
/* CSS */
color: #3296af;
background-color: #3296af;
/* Tailwind (arbitrary) */
class="text-[#3296af] bg-[#3296af]"
/* SCSS */
$brand: #3296af;
/* SwiftUI */
Color(red: 0.196, green: 0.588, blue: 0.686)
/* Android */
Color.parseColor("#3296af")Accessibility — WCAG contrast
Aa
#3296af on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3296af on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green58.8%
Blue68.6%
CMYK percentages
Cyan71.4%
Magenta14.3%
Yellow0.0%
Key (black)31.4%
Color previews
#3296af text on a black background
contrast 6.12:1
Card sample
#3296af text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3296af;
Background color
Panel with #3296af background
background-color: #3296af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3296af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 150, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 150, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3296af; background: linear-gradient(135deg, #3296af, #3243AF);