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