#300cdf
a balanced, electric blue · warm · closest name: blue
RGB
48, 12, 223
HSL
250°, 90%, 46%
CMYK
79, 95, 0, 13
Luminance
0.0622
Every format
| HEX | #300cdf |
| RGB | rgb(48, 12, 223) |
| HSL | hsl(250, 90%, 46%) |
| CMYK | cmyk(79%, 95%, 0%, 13%) |
| LAB | lab(29.9 70.1 -93.6) |
| LCH | lch(29.9 116.9 306.8) |
| OKLCH | oklch(0.428 0.270 271.8) |
Copy-ready code
/* CSS */
color: #300cdf;
background-color: #300cdf;
/* Tailwind (arbitrary) */
class="text-[#300cdf] bg-[#300cdf]"
/* SCSS */
$brand: #300cdf;
/* SwiftUI */
Color(red: 0.188, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#300cdf")Accessibility — WCAG contrast
Aa
#300cdf on white: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#300cdf on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green4.7%
Blue87.5%
CMYK percentages
Cyan78.5%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#300cdf text on a black background
contrast 2.24:1
Card sample
#300cdf text on a white background
contrast 9.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #300cdf;
Background color
Panel with #300cdf background
background-color: #300cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #300cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #300cdf; background: linear-gradient(135deg, #300cdf, #BD0CDF);