#2932df
a balanced, vivid blue · warm · closest name: blue
RGB
41, 50, 223
HSL
237°, 74%, 52%
CMYK
82, 78, 0, 13
Luminance
0.0808
Every format
| HEX | #2932df |
| RGB | rgb(41, 50, 223) |
| HSL | hsl(237, 74%, 52%) |
| CMYK | cmyk(82%, 78%, 0%, 13%) |
| LAB | lab(34.1 56.3 -86.6) |
| LCH | lch(34.1 103.3 303.0) |
| OKLCH | oklch(0.456 0.251 269.0) |
Copy-ready code
/* CSS */
color: #2932df;
background-color: #2932df;
/* Tailwind (arbitrary) */
class="text-[#2932df] bg-[#2932df]"
/* SCSS */
$brand: #2932df;
/* SwiftUI */
Color(red: 0.161, green: 0.196, blue: 0.875)
/* Android */
Color.parseColor("#2932df")Accessibility — WCAG contrast
Aa
#2932df on white: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2932df on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green19.6%
Blue87.5%
CMYK percentages
Cyan81.6%
Magenta77.6%
Yellow0.0%
Key (black)12.5%
Color previews
#2932df text on a black background
contrast 2.62:1
Card sample
#2932df text on a white background
contrast 8.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2932df;
Background color
Panel with #2932df background
background-color: #2932df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2932df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 50, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 50, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2932df; background: linear-gradient(135deg, #2932df, #9929DF);