#261acf
a balanced, electric blue · warm · closest name: blue
RGB
38, 26, 207
HSL
244°, 78%, 46%
CMYK
82, 87, 0, 19
Luminance
0.0566
Every format
| HEX | #261acf |
| RGB | rgb(38, 26, 207) |
| HSL | hsl(244, 78%, 46%) |
| CMYK | cmyk(82%, 87%, 0%, 19%) |
| LAB | lab(28.5 61.9 -86.7) |
| LCH | lch(28.5 106.5 305.5) |
| OKLCH | oklch(0.411 0.251 270.0) |
Copy-ready code
/* CSS */
color: #261acf;
background-color: #261acf;
/* Tailwind (arbitrary) */
class="text-[#261acf] bg-[#261acf]"
/* SCSS */
$brand: #261acf;
/* SwiftUI */
Color(red: 0.149, green: 0.102, blue: 0.812)
/* Android */
Color.parseColor("#261acf")Accessibility — WCAG contrast
Aa
#261acf on white: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#261acf on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green10.2%
Blue81.2%
CMYK percentages
Cyan81.6%
Magenta87.4%
Yellow0.0%
Key (black)18.8%
Color previews
#261acf text on a black background
contrast 2.13:1
Card sample
#261acf text on a white background
contrast 9.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #261acf;
Background color
Panel with #261acf background
background-color: #261acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #261acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 26, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 26, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #261acf; background: linear-gradient(135deg, #261acf, #9F1ACF);