#3238fd
a balanced, electric blue · warm · closest name: blue
RGB
50, 56, 253
HSL
238°, 98%, 59%
CMYK
80, 78, 0, 1
Luminance
0.1060
Every format
| HEX | #3238fd |
| RGB | rgb(50, 56, 253) |
| HSL | hsl(238, 98%, 59%) |
| CMYK | cmyk(80%, 78%, 0%, 1%) |
| LAB | lab(38.9 63.0 -95.7) |
| LCH | lch(38.9 114.6 303.4) |
| OKLCH | oklch(0.500 0.277 269.5) |
Copy-ready code
/* CSS */
color: #3238fd;
background-color: #3238fd;
/* Tailwind (arbitrary) */
class="text-[#3238fd] bg-[#3238fd]"
/* SCSS */
$brand: #3238fd;
/* SwiftUI */
Color(red: 0.196, green: 0.220, blue: 0.992)
/* Android */
Color.parseColor("#3238fd")Accessibility — WCAG contrast
Aa
#3238fd on white: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3238fd on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green22.0%
Blue99.2%
CMYK percentages
Cyan80.2%
Magenta77.9%
Yellow0.0%
Key (black)0.8%
Color previews
#3238fd text on a black background
contrast 3.12:1
Card sample
#3238fd text on a white background
contrast 6.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3238fd;
Background color
Panel with #3238fd background
background-color: #3238fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3238fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 56, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 56, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3238fd; background: linear-gradient(135deg, #3238fd, #B332FD);