#2d0fcd
a dark, electric blue · warm · closest name: blue
RGB
45, 15, 205
HSL
250°, 86%, 43%
CMYK
78, 93, 0, 20
Luminance
0.0531
Every format
| HEX | #2d0fcd |
| RGB | rgb(45, 15, 205) |
| HSL | hsl(250, 86%, 43%) |
| CMYK | cmyk(78%, 93%, 0%, 20%) |
| LAB | lab(27.6 64.8 -87.1) |
| LCH | lch(27.6 108.6 306.7) |
| OKLCH | oklch(0.406 0.252 272.2) |
Copy-ready code
/* CSS */
color: #2d0fcd;
background-color: #2d0fcd;
/* Tailwind (arbitrary) */
class="text-[#2d0fcd] bg-[#2d0fcd]"
/* SCSS */
$brand: #2d0fcd;
/* SwiftUI */
Color(red: 0.176, green: 0.059, blue: 0.804)
/* Android */
Color.parseColor("#2d0fcd")Accessibility — WCAG contrast
Aa
#2d0fcd on white: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d0fcd on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green5.9%
Blue80.4%
CMYK percentages
Cyan78.0%
Magenta92.7%
Yellow0.0%
Key (black)19.6%
Color previews
#2d0fcd text on a black background
contrast 2.06:1
Card sample
#2d0fcd text on a white background
contrast 10.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d0fcd;
Background color
Panel with #2d0fcd background
background-color: #2d0fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d0fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 15, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 15, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d0fcd; background: linear-gradient(135deg, #2d0fcd, #AC0FCD);