#271daf
a dark, vivid blue · warm · closest name: navy
RGB
39, 29, 175
HSL
244°, 72%, 40%
CMYK
78, 83, 0, 31
Luminance
0.0441
Every format
| HEX | #271daf |
| RGB | rgb(39, 29, 175) |
| HSL | hsl(244, 72%, 40%) |
| CMYK | cmyk(78%, 83%, 0%, 31%) |
| LAB | lab(25.0 51.4 -73.7) |
| LCH | lch(25.0 89.9 304.9) |
| OKLCH | oklch(0.376 0.213 272.3) |
Copy-ready code
/* CSS */
color: #271daf;
background-color: #271daf;
/* Tailwind (arbitrary) */
class="text-[#271daf] bg-[#271daf]"
/* SCSS */
$brand: #271daf;
/* SwiftUI */
Color(red: 0.153, green: 0.114, blue: 0.686)
/* Android */
Color.parseColor("#271daf")Accessibility — WCAG contrast
Aa
#271daf on white: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#271daf on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green11.4%
Blue68.6%
CMYK percentages
Cyan77.7%
Magenta83.4%
Yellow0.0%
Key (black)31.4%
Color previews
#271daf text on a black background
contrast 1.88:1
Card sample
#271daf text on a white background
contrast 11.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #271daf;
Background color
Panel with #271daf background
background-color: #271daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #271daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 29, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 29, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #271daf; background: linear-gradient(135deg, #271daf, #881DAF);