#271ce2
a balanced, electric blue · warm · closest name: blue
RGB
39, 28, 226
HSL
243°, 78%, 50%
CMYK
83, 88, 0, 11
Luminance
0.0675
Every format
| HEX | #271ce2 |
| RGB | rgb(39, 28, 226) |
| HSL | hsl(243, 78%, 50%) |
| CMYK | cmyk(83%, 88%, 0%, 11%) |
| LAB | lab(31.2 66.5 -93.2) |
| LCH | lch(31.2 114.4 305.5) |
| OKLCH | oklch(0.437 0.270 269.2) |
Copy-ready code
/* CSS */
color: #271ce2;
background-color: #271ce2;
/* Tailwind (arbitrary) */
class="text-[#271ce2] bg-[#271ce2]"
/* SCSS */
$brand: #271ce2;
/* SwiftUI */
Color(red: 0.153, green: 0.110, blue: 0.886)
/* Android */
Color.parseColor("#271ce2")Accessibility — WCAG contrast
Aa
#271ce2 on white: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#271ce2 on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green11.0%
Blue88.6%
CMYK percentages
Cyan82.7%
Magenta87.6%
Yellow0.0%
Key (black)11.4%
Color previews
#271ce2 text on a black background
contrast 2.35:1
Card sample
#271ce2 text on a white background
contrast 8.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #271ce2;
Background color
Panel with #271ce2 background
background-color: #271ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #271ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 28, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 28, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #271ce2; background: linear-gradient(135deg, #271ce2, #AB1CE2);