#263ced
a balanced, electric blue · warm · closest name: blue
RGB
38, 60, 237
HSL
233°, 85%, 54%
CMYK
84, 75, 0, 7
Luminance
0.0976
Every format
| HEX | #263ced |
| RGB | rgb(38, 60, 237) |
| HSL | hsl(233, 85%, 54%) |
| CMYK | cmyk(84%, 75%, 0%, 7%) |
| LAB | lab(37.4 55.3 -89.2) |
| LCH | lch(37.4 105.0 301.8) |
| OKLCH | oklch(0.483 0.259 267.5) |
Copy-ready code
/* CSS */
color: #263ced;
background-color: #263ced;
/* Tailwind (arbitrary) */
class="text-[#263ced] bg-[#263ced]"
/* SCSS */
$brand: #263ced;
/* SwiftUI */
Color(red: 0.149, green: 0.235, blue: 0.929)
/* Android */
Color.parseColor("#263ced")Accessibility — WCAG contrast
Aa
#263ced on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#263ced on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green23.5%
Blue92.9%
CMYK percentages
Cyan84.0%
Magenta74.7%
Yellow0.0%
Key (black)7.1%
Color previews
#263ced text on a black background
contrast 2.95:1
Card sample
#263ced text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #263ced;
Background color
Panel with #263ced background
background-color: #263ced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #263ced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 60, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 60, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #263ced; background: linear-gradient(135deg, #263ced, #9526ED);