#2c92af
a dark, vivid cyan · cool · closest name: steelblue
RGB
44, 146, 175
HSL
193°, 60%, 43%
CMYK
75, 17, 0, 31
Luminance
0.2419
Every format
| HEX | #2c92af |
| RGB | rgb(44, 146, 175) |
| HSL | hsl(193, 60%, 43%) |
| CMYK | cmyk(75%, 17%, 0%, 31%) |
| LAB | lab(56.3 -18.9 -23.5) |
| LCH | lch(56.3 30.1 231.2) |
| OKLCH | oklch(0.615 0.100 221.2) |
Copy-ready code
/* CSS */
color: #2c92af;
background-color: #2c92af;
/* Tailwind (arbitrary) */
class="text-[#2c92af] bg-[#2c92af]"
/* SCSS */
$brand: #2c92af;
/* SwiftUI */
Color(red: 0.173, green: 0.573, blue: 0.686)
/* Android */
Color.parseColor("#2c92af")Accessibility — WCAG contrast
Aa
#2c92af on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2c92af on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green57.3%
Blue68.6%
CMYK percentages
Cyan74.9%
Magenta16.6%
Yellow0.0%
Key (black)31.4%
Color previews
#2c92af text on a black background
contrast 5.84:1
Card sample
#2c92af text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c92af;
Background color
Panel with #2c92af background
background-color: #2c92af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c92af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 146, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 146, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c92af; background: linear-gradient(135deg, #2c92af, #2C3BAF);