#3012cf
a dark, electric blue · warm · closest name: blue
RGB
48, 18, 207
HSL
250°, 84%, 44%
CMYK
77, 91, 0, 19
Luminance
0.0557
Every format
| HEX | #3012cf |
| RGB | rgb(48, 18, 207) |
| HSL | hsl(250, 84%, 44%) |
| CMYK | cmyk(77%, 91%, 0%, 19%) |
| LAB | lab(28.3 64.7 -87.1) |
| LCH | lch(28.3 108.5 306.6) |
| OKLCH | oklch(0.411 0.252 272.9) |
Copy-ready code
/* CSS */
color: #3012cf;
background-color: #3012cf;
/* Tailwind (arbitrary) */
class="text-[#3012cf] bg-[#3012cf]"
/* SCSS */
$brand: #3012cf;
/* SwiftUI */
Color(red: 0.188, green: 0.071, blue: 0.812)
/* Android */
Color.parseColor("#3012cf")Accessibility — WCAG contrast
Aa
#3012cf on white: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3012cf on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green7.1%
Blue81.2%
CMYK percentages
Cyan76.8%
Magenta91.3%
Yellow0.0%
Key (black)18.8%
Color previews
#3012cf text on a black background
contrast 2.11:1
Card sample
#3012cf text on a white background
contrast 9.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3012cf;
Background color
Panel with #3012cf background
background-color: #3012cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3012cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 18, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 18, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3012cf; background: linear-gradient(135deg, #3012cf, #AE12CF);