#2d0ace
a dark, electric blue · warm · closest name: blue
RGB
45, 10, 206
HSL
251°, 91%, 42%
CMYK
78, 95, 0, 19
Luminance
0.0523
Every format
| HEX | #2d0ace |
| RGB | rgb(45, 10, 206) |
| HSL | hsl(251, 91%, 42%) |
| CMYK | cmyk(78%, 95%, 0%, 19%) |
| LAB | lab(27.4 66.1 -88.0) |
| LCH | lch(27.4 110.1 306.9) |
| OKLCH | oklch(0.405 0.254 272.2) |
Copy-ready code
/* CSS */
color: #2d0ace;
background-color: #2d0ace;
/* Tailwind (arbitrary) */
class="text-[#2d0ace] bg-[#2d0ace]"
/* SCSS */
$brand: #2d0ace;
/* SwiftUI */
Color(red: 0.176, green: 0.039, blue: 0.808)
/* Android */
Color.parseColor("#2d0ace")Accessibility — WCAG contrast
Aa
#2d0ace on white: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d0ace on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green3.9%
Blue80.8%
CMYK percentages
Cyan78.2%
Magenta95.1%
Yellow0.0%
Key (black)19.2%
Color previews
#2d0ace text on a black background
contrast 2.05:1
Card sample
#2d0ace text on a white background
contrast 10.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d0ace;
Background color
Panel with #2d0ace background
background-color: #2d0ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d0ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 10, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 10, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d0ace; background: linear-gradient(135deg, #2d0ace, #B00ACE);