#2885ad
a dark, vivid cyan · cool · closest name: steelblue
RGB
40, 133, 173
HSL
198°, 62%, 42%
CMYK
77, 23, 0, 32
Luminance
0.2024
Every format
| HEX | #2885ad |
| RGB | rgb(40, 133, 173) |
| HSL | hsl(198, 62%, 42%) |
| CMYK | cmyk(77%, 23%, 0%, 32%) |
| LAB | lab(52.1 -13.0 -28.8) |
| LCH | lch(52.1 31.6 245.8) |
| OKLCH | oklch(0.582 0.104 231.4) |
Copy-ready code
/* CSS */
color: #2885ad;
background-color: #2885ad;
/* Tailwind (arbitrary) */
class="text-[#2885ad] bg-[#2885ad]"
/* SCSS */
$brand: #2885ad;
/* SwiftUI */
Color(red: 0.157, green: 0.522, blue: 0.678)
/* Android */
Color.parseColor("#2885ad")Accessibility — WCAG contrast
Aa
#2885ad on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2885ad on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green52.2%
Blue67.8%
CMYK percentages
Cyan76.9%
Magenta23.1%
Yellow0.0%
Key (black)32.2%
Color previews
#2885ad text on a black background
contrast 5.05:1
Card sample
#2885ad text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2885ad;
Background color
Panel with #2885ad background
background-color: #2885ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2885ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 133, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 133, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2885ad; background: linear-gradient(135deg, #2885ad, #282DAD);