#3239cf
a balanced, vivid blue · warm · closest name: navy
RGB
50, 57, 207
HSL
237°, 62%, 50%
CMYK
76, 73, 0, 19
Luminance
0.0811
Every format
| HEX | #3239cf |
| RGB | rgb(50, 57, 207) |
| HSL | hsl(237, 62%, 50%) |
| CMYK | cmyk(76%, 73%, 0%, 19%) |
| LAB | lab(34.2 47.9 -77.3) |
| LCH | lch(34.2 90.9 301.8) |
| OKLCH | oklch(0.453 0.224 271.2) |
Copy-ready code
/* CSS */
color: #3239cf;
background-color: #3239cf;
/* Tailwind (arbitrary) */
class="text-[#3239cf] bg-[#3239cf]"
/* SCSS */
$brand: #3239cf;
/* SwiftUI */
Color(red: 0.196, green: 0.224, blue: 0.812)
/* Android */
Color.parseColor("#3239cf")Accessibility — WCAG contrast
Aa
#3239cf on white: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3239cf on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green22.4%
Blue81.2%
CMYK percentages
Cyan75.8%
Magenta72.5%
Yellow0.0%
Key (black)18.8%
Color previews
#3239cf text on a black background
contrast 2.62:1
Card sample
#3239cf text on a white background
contrast 8.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3239cf;
Background color
Panel with #3239cf background
background-color: #3239cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3239cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 57, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 57, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3239cf; background: linear-gradient(135deg, #3239cf, #9432CF);