#261afd
a balanced, electric blue · warm · closest name: blue
RGB
38, 26, 253
HSL
243°, 98%, 55%
CMYK
85, 90, 0, 1
Luminance
0.0824
Every format
| HEX | #261afd |
| RGB | rgb(38, 26, 253) |
| HSL | hsl(243, 98%, 55%) |
| CMYK | cmyk(85%, 90%, 0%, 1%) |
| LAB | lab(34.5 74.2 -103.1) |
| LCH | lch(34.5 127.0 305.8) |
| OKLCH | oklch(0.469 0.298 268.0) |
Copy-ready code
/* CSS */
color: #261afd;
background-color: #261afd;
/* Tailwind (arbitrary) */
class="text-[#261afd] bg-[#261afd]"
/* SCSS */
$brand: #261afd;
/* SwiftUI */
Color(red: 0.149, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#261afd")Accessibility — WCAG contrast
Aa
#261afd on white: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#261afd on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green10.2%
Blue99.2%
CMYK percentages
Cyan85.0%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#261afd text on a black background
contrast 2.65:1
Card sample
#261afd text on a white background
contrast 7.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #261afd;
Background color
Panel with #261afd background
background-color: #261afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #261afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #261afd; background: linear-gradient(135deg, #261afd, #BD1AFD);