#2196af
a dark, vivid cyan · cool · closest name: teal
RGB
33, 150, 175
HSL
191°, 68%, 41%
CMYK
81, 14, 0, 31
Luminance
0.2523
Every format
| HEX | #2196af |
| RGB | rgb(33, 150, 175) |
| HSL | hsl(191, 68%, 41%) |
| CMYK | cmyk(81%, 14%, 0%, 31%) |
| LAB | lab(57.3 -22.2 -21.9) |
| LCH | lch(57.3 31.2 224.6) |
| OKLCH | oklch(0.623 0.103 216.4) |
Copy-ready code
/* CSS */
color: #2196af;
background-color: #2196af;
/* Tailwind (arbitrary) */
class="text-[#2196af] bg-[#2196af]"
/* SCSS */
$brand: #2196af;
/* SwiftUI */
Color(red: 0.129, green: 0.588, blue: 0.686)
/* Android */
Color.parseColor("#2196af")Accessibility — WCAG contrast
Aa
#2196af on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2196af on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green58.8%
Blue68.6%
CMYK percentages
Cyan81.1%
Magenta14.3%
Yellow0.0%
Key (black)31.4%
Color previews
#2196af text on a black background
contrast 6.05:1
Card sample
#2196af text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2196af;
Background color
Panel with #2196af background
background-color: #2196af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2196af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 150, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 150, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2196af; background: linear-gradient(135deg, #2196af, #2137AF);