#3233df
a balanced, vivid blue · warm · closest name: navy
RGB
50, 51, 223
HSL
240°, 73%, 54%
CMYK
78, 77, 0, 13
Luminance
0.0837
Every format
| HEX | #3233df |
| RGB | rgb(50, 51, 223) |
| HSL | hsl(240, 73%, 54%) |
| CMYK | cmyk(78%, 77%, 0%, 13%) |
| LAB | lab(34.8 56.3 -85.6) |
| LCH | lch(34.8 102.4 303.3) |
| OKLCH | oklch(0.462 0.248 271.0) |
Copy-ready code
/* CSS */
color: #3233df;
background-color: #3233df;
/* Tailwind (arbitrary) */
class="text-[#3233df] bg-[#3233df]"
/* SCSS */
$brand: #3233df;
/* SwiftUI */
Color(red: 0.196, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#3233df")Accessibility — WCAG contrast
Aa
#3233df on white: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3233df on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green20.0%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta77.1%
Yellow0.0%
Key (black)12.5%
Color previews
#3233df text on a black background
contrast 2.67:1
Card sample
#3233df text on a white background
contrast 7.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3233df;
Background color
Panel with #3233df background
background-color: #3233df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3233df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3233df; background: linear-gradient(135deg, #3233df, #A432DF);