#2c69ad
a dark, vivid blue · cool · closest name: steelblue
RGB
44, 105, 173
HSL
212°, 59%, 43%
CMYK
75, 39, 0, 32
Luminance
0.1366
Every format
| HEX | #2c69ad |
| RGB | rgb(44, 105, 173) |
| HSL | hsl(212, 59%, 43%) |
| CMYK | cmyk(75%, 39%, 0%, 32%) |
| LAB | lab(43.7 4.2 -42.0) |
| LCH | lch(43.7 42.2 275.8) |
| OKLCH | oklch(0.516 0.125 253.4) |
Copy-ready code
/* CSS */
color: #2c69ad;
background-color: #2c69ad;
/* Tailwind (arbitrary) */
class="text-[#2c69ad] bg-[#2c69ad]"
/* SCSS */
$brand: #2c69ad;
/* SwiftUI */
Color(red: 0.173, green: 0.412, blue: 0.678)
/* Android */
Color.parseColor("#2c69ad")Accessibility — WCAG contrast
Aa
#2c69ad on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#2c69ad on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green41.2%
Blue67.8%
CMYK percentages
Cyan74.6%
Magenta39.3%
Yellow0.0%
Key (black)32.2%
Color previews
#2c69ad text on a black background
contrast 3.73:1
Card sample
#2c69ad text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c69ad;
Background color
Panel with #2c69ad background
background-color: #2c69ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c69ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 105, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 105, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c69ad; background: linear-gradient(135deg, #2c69ad, #452CAD);