#2292af
a dark, vivid cyan · cool · closest name: steelblue
RGB
34, 146, 175
HSL
192°, 68%, 41%
CMYK
81, 17, 0, 31
Luminance
0.2399
Every format
| HEX | #2292af |
| RGB | rgb(34, 146, 175) |
| HSL | hsl(192, 68%, 41%) |
| CMYK | cmyk(81%, 17%, 0%, 31%) |
| LAB | lab(56.1 -20.0 -23.8) |
| LCH | lch(56.1 31.1 229.9) |
| OKLCH | oklch(0.613 0.103 220.2) |
Copy-ready code
/* CSS */
color: #2292af;
background-color: #2292af;
/* Tailwind (arbitrary) */
class="text-[#2292af] bg-[#2292af]"
/* SCSS */
$brand: #2292af;
/* SwiftUI */
Color(red: 0.133, green: 0.573, blue: 0.686)
/* Android */
Color.parseColor("#2292af")Accessibility — WCAG contrast
Aa
#2292af on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2292af on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green57.3%
Blue68.6%
CMYK percentages
Cyan80.6%
Magenta16.6%
Yellow0.0%
Key (black)31.4%
Color previews
#2292af text on a black background
contrast 5.80:1
Card sample
#2292af text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2292af;
Background color
Panel with #2292af background
background-color: #2292af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2292af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 146, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 146, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2292af; background: linear-gradient(135deg, #2292af, #2234AF);