#2852af
a dark, vivid blue · cool · closest name: royalblue
RGB
40, 82, 175
HSL
221°, 63%, 42%
CMYK
77, 53, 0, 31
Luminance
0.0958
Every format
| HEX | #2852af |
| RGB | rgb(40, 82, 175) |
| HSL | hsl(221, 63%, 42%) |
| CMYK | cmyk(77%, 53%, 0%, 31%) |
| LAB | lab(37.1 19.4 -53.8) |
| LCH | lch(37.1 57.2 289.8) |
| OKLCH | oklch(0.464 0.156 263.3) |
Copy-ready code
/* CSS */
color: #2852af;
background-color: #2852af;
/* Tailwind (arbitrary) */
class="text-[#2852af] bg-[#2852af]"
/* SCSS */
$brand: #2852af;
/* SwiftUI */
Color(red: 0.157, green: 0.322, blue: 0.686)
/* Android */
Color.parseColor("#2852af")Accessibility — WCAG contrast
Aa
#2852af on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2852af on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green32.2%
Blue68.6%
CMYK percentages
Cyan77.1%
Magenta53.1%
Yellow0.0%
Key (black)31.4%
Color previews
#2852af text on a black background
contrast 2.92:1
Card sample
#2852af text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2852af;
Background color
Panel with #2852af background
background-color: #2852af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2852af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 82, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 82, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2852af; background: linear-gradient(135deg, #2852af, #5828AF);