#032bfc
a balanced, electric blue · warm · closest name: blue
RGB
3, 43, 252
HSL
230°, 98%, 50%
CMYK
99, 83, 0, 1
Luminance
0.0878
Every format
| HEX | #032bfc |
| RGB | rgb(3, 43, 252) |
| HSL | hsl(230, 98%, 50%) |
| CMYK | cmyk(99%, 83%, 0%, 1%) |
| LAB | lab(35.5 67.4 -100.8) |
| LCH | lch(35.5 121.2 303.8) |
| OKLCH | oklch(0.473 0.293 264.4) |
Copy-ready code
/* CSS */
color: #032bfc;
background-color: #032bfc;
/* Tailwind (arbitrary) */
class="text-[#032bfc] bg-[#032bfc]"
/* SCSS */
$brand: #032bfc;
/* SwiftUI */
Color(red: 0.012, green: 0.169, blue: 0.988)
/* Android */
Color.parseColor("#032bfc")Accessibility — WCAG contrast
Aa
#032bfc on white: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032bfc on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green16.9%
Blue98.8%
CMYK percentages
Cyan98.8%
Magenta82.9%
Yellow0.0%
Key (black)1.2%
Color previews
#032bfc text on a black background
contrast 2.76:1
Card sample
#032bfc text on a white background
contrast 7.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032bfc;
Background color
Panel with #032bfc background
background-color: #032bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 43, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 43, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032bfc; background: linear-gradient(135deg, #032bfc, #8103FC);