#485eb0
a balanced, soft blue · warm · closest name: royalblue
RGB
72, 94, 176
HSL
227°, 42%, 49%
CMYK
59, 47, 0, 31
Luminance
0.1252
Every format
| HEX | #485eb0 |
| RGB | rgb(72, 94, 176) |
| HSL | hsl(227, 42%, 49%) |
| CMYK | cmyk(59%, 47%, 0%, 31%) |
| LAB | lab(42.0 17.1 -46.4) |
| LCH | lch(42.0 49.4 290.3) |
| OKLCH | oklch(0.506 0.132 269.9) |
Copy-ready code
/* CSS */
color: #485eb0;
background-color: #485eb0;
/* Tailwind (arbitrary) */
class="text-[#485eb0] bg-[#485eb0]"
/* SCSS */
$brand: #485eb0;
/* SwiftUI */
Color(red: 0.282, green: 0.369, blue: 0.690)
/* Android */
Color.parseColor("#485eb0")Accessibility — WCAG contrast
Aa
#485eb0 on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#485eb0 on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green36.9%
Blue69.0%
CMYK percentages
Cyan59.1%
Magenta46.6%
Yellow0.0%
Key (black)31.0%
Color previews
#485eb0 text on a black background
contrast 3.50:1
Card sample
#485eb0 text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #485eb0;
Background color
Panel with #485eb0 background
background-color: #485eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #485eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 94, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 94, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #485eb0; background: linear-gradient(135deg, #485eb0, #7748B0);