#3233fc
a balanced, electric blue · warm · closest name: blue
RGB
50, 51, 252
HSL
240°, 97%, 59%
CMYK
80, 80, 0, 1
Luminance
0.1007
Every format
| HEX | #3233fc |
| RGB | rgb(50, 51, 252) |
| HSL | hsl(240, 97%, 59%) |
| CMYK | cmyk(80%, 80%, 0%, 1%) |
| LAB | lab(38.0 65.1 -96.7) |
| LCH | lch(38.0 116.5 303.9) |
| OKLCH | oklch(0.493 0.280 269.8) |
Copy-ready code
/* CSS */
color: #3233fc;
background-color: #3233fc;
/* Tailwind (arbitrary) */
class="text-[#3233fc] bg-[#3233fc]"
/* SCSS */
$brand: #3233fc;
/* SwiftUI */
Color(red: 0.196, green: 0.200, blue: 0.988)
/* Android */
Color.parseColor("#3233fc")Accessibility — WCAG contrast
Aa
#3233fc on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3233fc on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green20.0%
Blue98.8%
CMYK percentages
Cyan80.2%
Magenta79.8%
Yellow0.0%
Key (black)1.2%
Color previews
#3233fc text on a black background
contrast 3.01:1
Card sample
#3233fc text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3233fc;
Background color
Panel with #3233fc background
background-color: #3233fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3233fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 51, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 51, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3233fc; background: linear-gradient(135deg, #3233fc, #B832FC);