#270fdf
a balanced, electric blue · warm · closest name: blue
RGB
39, 15, 223
HSL
247°, 87%, 47%
CMYK
83, 93, 0, 13
Luminance
0.0610
Every format
| HEX | #270fdf |
| RGB | rgb(39, 15, 223) |
| HSL | hsl(247, 87%, 47%) |
| CMYK | cmyk(83%, 93%, 0%, 13%) |
| LAB | lab(29.7 69.3 -94.1) |
| LCH | lch(29.7 116.8 306.4) |
| OKLCH | oklch(0.425 0.272 269.5) |
Copy-ready code
/* CSS */
color: #270fdf;
background-color: #270fdf;
/* Tailwind (arbitrary) */
class="text-[#270fdf] bg-[#270fdf]"
/* SCSS */
$brand: #270fdf;
/* SwiftUI */
Color(red: 0.153, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#270fdf")Accessibility — WCAG contrast
Aa
#270fdf on white: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#270fdf on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green5.9%
Blue87.5%
CMYK percentages
Cyan82.5%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#270fdf text on a black background
contrast 2.22:1
Card sample
#270fdf text on a white background
contrast 9.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #270fdf;
Background color
Panel with #270fdf background
background-color: #270fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #270fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #270fdf; background: linear-gradient(135deg, #270fdf, #B20FDF);