#2191af
a dark, vivid cyan · cool · closest name: steelblue
RGB
33, 145, 175
HSL
193°, 68%, 41%
CMYK
81, 17, 0, 31
Luminance
0.2367
Every format
| HEX | #2191af |
| RGB | rgb(33, 145, 175) |
| HSL | hsl(193, 68%, 41%) |
| CMYK | cmyk(81%, 17%, 0%, 31%) |
| LAB | lab(55.8 -19.6 -24.3) |
| LCH | lch(55.8 31.2 231.2) |
| OKLCH | oklch(0.611 0.104 221.0) |
Copy-ready code
/* CSS */
color: #2191af;
background-color: #2191af;
/* Tailwind (arbitrary) */
class="text-[#2191af] bg-[#2191af]"
/* SCSS */
$brand: #2191af;
/* SwiftUI */
Color(red: 0.129, green: 0.569, blue: 0.686)
/* Android */
Color.parseColor("#2191af")Accessibility — WCAG contrast
Aa
#2191af on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2191af on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green56.9%
Blue68.6%
CMYK percentages
Cyan81.1%
Magenta17.1%
Yellow0.0%
Key (black)31.4%
Color previews
#2191af text on a black background
contrast 5.73:1
Card sample
#2191af text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2191af;
Background color
Panel with #2191af background
background-color: #2191af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2191af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 145, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 145, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2191af; background: linear-gradient(135deg, #2191af, #2132AF);