#4325df
a balanced, vivid blue · warm · closest name: blue
RGB
67, 37, 223
HSL
250°, 74%, 51%
CMYK
70, 83, 0, 13
Luminance
0.0784
Every format
| HEX | #4325df |
| RGB | rgb(67, 37, 223) |
| HSL | hsl(250, 74%, 51%) |
| CMYK | cmyk(70%, 83%, 0%, 13%) |
| LAB | lab(33.6 63.7 -87.4) |
| LCH | lch(33.6 108.2 306.1) |
| OKLCH | oklch(0.457 0.254 276.7) |
Copy-ready code
/* CSS */
color: #4325df;
background-color: #4325df;
/* Tailwind (arbitrary) */
class="text-[#4325df] bg-[#4325df]"
/* SCSS */
$brand: #4325df;
/* SwiftUI */
Color(red: 0.263, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#4325df")Accessibility — WCAG contrast
Aa
#4325df on white: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4325df on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green14.5%
Blue87.5%
CMYK percentages
Cyan70.0%
Magenta83.4%
Yellow0.0%
Key (black)12.5%
Color previews
#4325df text on a black background
contrast 2.57:1
Card sample
#4325df text on a white background
contrast 8.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4325df;
Background color
Panel with #4325df background
background-color: #4325df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4325df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4325df; background: linear-gradient(135deg, #4325df, #BF25DF);