#271ace
a balanced, electric blue · warm · closest name: blue
RGB
39, 26, 206
HSL
244°, 78%, 46%
CMYK
81, 87, 0, 19
Luminance
0.0563
Every format
| HEX | #271ace |
| RGB | rgb(39, 26, 206) |
| HSL | hsl(244, 78%, 46%) |
| CMYK | cmyk(81%, 87%, 0%, 19%) |
| LAB | lab(28.4 61.6 -86.3) |
| LCH | lch(28.4 106.0 305.5) |
| OKLCH | oklch(0.411 0.249 270.3) |
Copy-ready code
/* CSS */
color: #271ace;
background-color: #271ace;
/* Tailwind (arbitrary) */
class="text-[#271ace] bg-[#271ace]"
/* SCSS */
$brand: #271ace;
/* SwiftUI */
Color(red: 0.153, green: 0.102, blue: 0.808)
/* Android */
Color.parseColor("#271ace")Accessibility — WCAG contrast
Aa
#271ace on white: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#271ace on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green10.2%
Blue80.8%
CMYK percentages
Cyan81.1%
Magenta87.4%
Yellow0.0%
Key (black)19.2%
Color previews
#271ace text on a black background
contrast 2.13:1
Card sample
#271ace text on a white background
contrast 9.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #271ace;
Background color
Panel with #271ace background
background-color: #271ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #271ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 26, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 26, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #271ace; background: linear-gradient(135deg, #271ace, #9F1ACE);