#263eed
a balanced, electric blue · warm · closest name: blue
RGB
38, 62, 237
HSL
233°, 85%, 54%
CMYK
84, 74, 0, 7
Luminance
0.0997
Every format
| HEX | #263eed |
| RGB | rgb(38, 62, 237) |
| HSL | hsl(233, 85%, 54%) |
| CMYK | cmyk(84%, 74%, 0%, 7%) |
| LAB | lab(37.8 54.2 -88.5) |
| LCH | lch(37.8 103.8 301.5) |
| OKLCH | oklch(0.486 0.257 267.4) |
Copy-ready code
/* CSS */
color: #263eed;
background-color: #263eed;
/* Tailwind (arbitrary) */
class="text-[#263eed] bg-[#263eed]"
/* SCSS */
$brand: #263eed;
/* SwiftUI */
Color(red: 0.149, green: 0.243, blue: 0.929)
/* Android */
Color.parseColor("#263eed")Accessibility — WCAG contrast
Aa
#263eed on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#263eed on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green24.3%
Blue92.9%
CMYK percentages
Cyan84.0%
Magenta73.8%
Yellow0.0%
Key (black)7.1%
Color previews
#263eed text on a black background
contrast 2.99:1
Card sample
#263eed text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #263eed;
Background color
Panel with #263eed background
background-color: #263eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #263eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 62, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 62, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #263eed; background: linear-gradient(135deg, #263eed, #9326ED);