#2885af
a dark, vivid cyan · cool · closest name: steelblue
RGB
40, 133, 175
HSL
199°, 63%, 42%
CMYK
77, 24, 0, 31
Luminance
0.2032
Every format
| HEX | #2885af |
| RGB | rgb(40, 133, 175) |
| HSL | hsl(199, 63%, 42%) |
| CMYK | cmyk(77%, 24%, 0%, 31%) |
| LAB | lab(52.2 -12.3 -29.8) |
| LCH | lch(52.2 32.2 247.7) |
| OKLCH | oklch(0.583 0.105 232.7) |
Copy-ready code
/* CSS */
color: #2885af;
background-color: #2885af;
/* Tailwind (arbitrary) */
class="text-[#2885af] bg-[#2885af]"
/* SCSS */
$brand: #2885af;
/* SwiftUI */
Color(red: 0.157, green: 0.522, blue: 0.686)
/* Android */
Color.parseColor("#2885af")Accessibility — WCAG contrast
Aa
#2885af on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2885af on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green52.2%
Blue68.6%
CMYK percentages
Cyan77.1%
Magenta24.0%
Yellow0.0%
Key (black)31.4%
Color previews
#2885af text on a black background
contrast 5.06:1
Card sample
#2885af text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2885af;
Background color
Panel with #2885af background
background-color: #2885af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2885af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 133, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 133, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2885af; background: linear-gradient(135deg, #2885af, #282BAF);