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