#271abc
a dark, electric blue · warm · closest name: navy
RGB
39, 26, 188
HSL
245°, 76%, 42%
CMYK
79, 86, 0, 26
Luminance
0.0480
Every format
| HEX | #271abc |
| RGB | rgb(39, 26, 188) |
| HSL | hsl(245, 76%, 42%) |
| CMYK | cmyk(79%, 86%, 0%, 26%) |
| LAB | lab(26.2 56.5 -79.5) |
| LCH | lch(26.2 97.5 305.4) |
| OKLCH | oklch(0.389 0.230 271.4) |
Copy-ready code
/* CSS */
color: #271abc;
background-color: #271abc;
/* Tailwind (arbitrary) */
class="text-[#271abc] bg-[#271abc]"
/* SCSS */
$brand: #271abc;
/* SwiftUI */
Color(red: 0.153, green: 0.102, blue: 0.737)
/* Android */
Color.parseColor("#271abc")Accessibility — WCAG contrast
Aa
#271abc on white: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#271abc on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green10.2%
Blue73.7%
CMYK percentages
Cyan79.3%
Magenta86.2%
Yellow0.0%
Key (black)26.3%
Color previews
#271abc text on a black background
contrast 1.96:1
Card sample
#271abc text on a white background
contrast 10.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #271abc;
Background color
Panel with #271abc background
background-color: #271abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #271abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 26, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 26, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #271abc; background: linear-gradient(135deg, #271abc, #931ABC);