#271fff
a balanced, electric blue · warm · closest name: blue
RGB
39, 31, 255
HSL
242°, 100%, 56%
CMYK
85, 88, 0, 0
Luminance
0.0863
Every format
| HEX | #271fff |
| RGB | rgb(39, 31, 255) |
| HSL | hsl(242, 100%, 56%) |
| CMYK | cmyk(85%, 88%, 0%, 0%) |
| LAB | lab(35.3 73.3 -102.9) |
| LCH | lch(35.3 126.3 305.5) |
| OKLCH | oklch(0.475 0.298 268.1) |
Copy-ready code
/* CSS */
color: #271fff;
background-color: #271fff;
/* Tailwind (arbitrary) */
class="text-[#271fff] bg-[#271fff]"
/* SCSS */
$brand: #271fff;
/* SwiftUI */
Color(red: 0.153, green: 0.122, blue: 1.000)
/* Android */
Color.parseColor("#271fff")Accessibility — WCAG contrast
Aa
#271fff on white: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#271fff on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green12.2%
Blue100.0%
CMYK percentages
Cyan84.7%
Magenta87.8%
Yellow0.0%
Key (black)0.0%
Color previews
#271fff text on a black background
contrast 2.73:1
Card sample
#271fff text on a white background
contrast 7.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #271fff;
Background color
Panel with #271fff background
background-color: #271fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #271fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 31, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 31, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #271fff; background: linear-gradient(135deg, #271fff, #BC1FFF);