#2953af
a dark, vivid blue · cool · closest name: royalblue
RGB
41, 83, 175
HSL
221°, 62%, 42%
CMYK
77, 53, 0, 31
Luminance
0.0975
Every format
| HEX | #2953af |
| RGB | rgb(41, 83, 175) |
| HSL | hsl(221, 62%, 42%) |
| CMYK | cmyk(77%, 53%, 0%, 31%) |
| LAB | lab(37.4 18.9 -53.3) |
| LCH | lch(37.4 56.5 289.5) |
| OKLCH | oklch(0.467 0.155 263.2) |
Copy-ready code
/* CSS */
color: #2953af;
background-color: #2953af;
/* Tailwind (arbitrary) */
class="text-[#2953af] bg-[#2953af]"
/* SCSS */
$brand: #2953af;
/* SwiftUI */
Color(red: 0.161, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#2953af")Accessibility — WCAG contrast
Aa
#2953af on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2953af on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green32.5%
Blue68.6%
CMYK percentages
Cyan76.6%
Magenta52.6%
Yellow0.0%
Key (black)31.4%
Color previews
#2953af text on a black background
contrast 2.95:1
Card sample
#2953af text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2953af;
Background color
Panel with #2953af background
background-color: #2953af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2953af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2953af; background: linear-gradient(135deg, #2953af, #5829AF);