#302cdf
a balanced, vivid blue · warm · closest name: blue
RGB
48, 44, 223
HSL
241°, 74%, 52%
CMYK
79, 80, 0, 13
Luminance
0.0776
Every format
| HEX | #302cdf |
| RGB | rgb(48, 44, 223) |
| HSL | hsl(241, 74%, 52%) |
| CMYK | cmyk(79%, 80%, 0%, 13%) |
| LAB | lab(33.5 59.6 -87.7) |
| LCH | lch(33.5 106.0 304.2) |
| OKLCH | oklch(0.453 0.254 270.9) |
Copy-ready code
/* CSS */
color: #302cdf;
background-color: #302cdf;
/* Tailwind (arbitrary) */
class="text-[#302cdf] bg-[#302cdf]"
/* SCSS */
$brand: #302cdf;
/* SwiftUI */
Color(red: 0.188, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#302cdf")Accessibility — WCAG contrast
Aa
#302cdf on white: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#302cdf on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green17.3%
Blue87.5%
CMYK percentages
Cyan78.5%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#302cdf text on a black background
contrast 2.55:1
Card sample
#302cdf text on a white background
contrast 8.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #302cdf;
Background color
Panel with #302cdf background
background-color: #302cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #302cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #302cdf; background: linear-gradient(135deg, #302cdf, #A72CDF);