#300fdf
a balanced, electric blue · warm · closest name: blue
RGB
48, 15, 223
HSL
250°, 87%, 47%
CMYK
79, 93, 0, 13
Luminance
0.0630
Every format
| HEX | #300fdf |
| RGB | rgb(48, 15, 223) |
| HSL | hsl(250, 87%, 47%) |
| CMYK | cmyk(79%, 93%, 0%, 13%) |
| LAB | lab(30.1 69.5 -93.2) |
| LCH | lch(30.1 116.3 306.7) |
| OKLCH | oklch(0.430 0.270 271.8) |
Copy-ready code
/* CSS */
color: #300fdf;
background-color: #300fdf;
/* Tailwind (arbitrary) */
class="text-[#300fdf] bg-[#300fdf]"
/* SCSS */
$brand: #300fdf;
/* SwiftUI */
Color(red: 0.188, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#300fdf")Accessibility — WCAG contrast
Aa
#300fdf on white: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#300fdf on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green5.9%
Blue87.5%
CMYK percentages
Cyan78.5%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#300fdf text on a black background
contrast 2.26:1
Card sample
#300fdf text on a white background
contrast 9.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #300fdf;
Background color
Panel with #300fdf background
background-color: #300fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #300fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #300fdf; background: linear-gradient(135deg, #300fdf, #BB0FDF);