#263ad2
a balanced, vivid blue · warm · closest name: navy
RGB
38, 58, 210
HSL
233°, 69%, 49%
CMYK
82, 72, 0, 18
Luminance
0.0809
Every format
| HEX | #263ad2 |
| RGB | rgb(38, 58, 210) |
| HSL | hsl(233, 69%, 49%) |
| CMYK | cmyk(82%, 72%, 0%, 18%) |
| LAB | lab(34.2 47.4 -79.1) |
| LCH | lch(34.2 92.2 301.0) |
| OKLCH | oklch(0.452 0.229 268.2) |
Copy-ready code
/* CSS */
color: #263ad2;
background-color: #263ad2;
/* Tailwind (arbitrary) */
class="text-[#263ad2] bg-[#263ad2]"
/* SCSS */
$brand: #263ad2;
/* SwiftUI */
Color(red: 0.149, green: 0.227, blue: 0.824)
/* Android */
Color.parseColor("#263ad2")Accessibility — WCAG contrast
Aa
#263ad2 on white: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#263ad2 on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green22.7%
Blue82.4%
CMYK percentages
Cyan81.9%
Magenta72.4%
Yellow0.0%
Key (black)17.6%
Color previews
#263ad2 text on a black background
contrast 2.62:1
Card sample
#263ad2 text on a white background
contrast 8.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #263ad2;
Background color
Panel with #263ad2 background
background-color: #263ad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #263ad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 58, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 58, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #263ad2; background: linear-gradient(135deg, #263ad2, #8526D2);