#485eb3
a balanced, soft blue · warm · closest name: royalblue
RGB
72, 94, 179
HSL
228°, 43%, 49%
CMYK
60, 48, 0, 30
Luminance
0.1264
Every format
| HEX | #485eb3 |
| RGB | rgb(72, 94, 179) |
| HSL | hsl(228, 43%, 49%) |
| CMYK | cmyk(60%, 48%, 0%, 30%) |
| LAB | lab(42.2 18.1 -47.8) |
| LCH | lch(42.2 51.1 290.8) |
| OKLCH | oklch(0.508 0.137 270.1) |
Copy-ready code
/* CSS */
color: #485eb3;
background-color: #485eb3;
/* Tailwind (arbitrary) */
class="text-[#485eb3] bg-[#485eb3]"
/* SCSS */
$brand: #485eb3;
/* SwiftUI */
Color(red: 0.282, green: 0.369, blue: 0.702)
/* Android */
Color.parseColor("#485eb3")Accessibility — WCAG contrast
Aa
#485eb3 on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#485eb3 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green36.9%
Blue70.2%
CMYK percentages
Cyan59.8%
Magenta47.5%
Yellow0.0%
Key (black)29.8%
Color previews
#485eb3 text on a black background
contrast 3.53:1
Card sample
#485eb3 text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #485eb3;
Background color
Panel with #485eb3 background
background-color: #485eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #485eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 94, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 94, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #485eb3; background: linear-gradient(135deg, #485eb3, #7948B3);