#263ee2
a balanced, electric blue · warm · closest name: navy
RGB
38, 62, 226
HSL
232°, 76%, 52%
CMYK
83, 73, 0, 11
Luminance
0.0935
Every format
| HEX | #263ee2 |
| RGB | rgb(38, 62, 226) |
| HSL | hsl(232, 76%, 52%) |
| CMYK | cmyk(83%, 73%, 0%, 11%) |
| LAB | lab(36.6 50.6 -84.2) |
| LCH | lch(36.6 98.2 301.0) |
| OKLCH | oklch(0.475 0.244 267.6) |
Copy-ready code
/* CSS */
color: #263ee2;
background-color: #263ee2;
/* Tailwind (arbitrary) */
class="text-[#263ee2] bg-[#263ee2]"
/* SCSS */
$brand: #263ee2;
/* SwiftUI */
Color(red: 0.149, green: 0.243, blue: 0.886)
/* Android */
Color.parseColor("#263ee2")Accessibility — WCAG contrast
Aa
#263ee2 on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#263ee2 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green24.3%
Blue88.6%
CMYK percentages
Cyan83.2%
Magenta72.6%
Yellow0.0%
Key (black)11.4%
Color previews
#263ee2 text on a black background
contrast 2.87:1
Card sample
#263ee2 text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #263ee2;
Background color
Panel with #263ee2 background
background-color: #263ee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #263ee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 62, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 62, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #263ee2; background: linear-gradient(135deg, #263ee2, #8B26E2);