#748ba2
a balanced, soft blue · cool · closest name: gray
RGB
116, 139, 162
HSL
210°, 20%, 55%
CMYK
28, 14, 0, 37
Luminance
0.2479
Every format
| HEX | #748ba2 |
| RGB | rgb(116, 139, 162) |
| HSL | hsl(210, 20%, 55%) |
| CMYK | cmyk(28%, 14%, 0%, 37%) |
| LAB | lab(56.9 -2.7 -14.9) |
| LCH | lch(56.9 15.1 259.7) |
| OKLCH | oklch(0.627 0.044 248.5) |
Copy-ready code
/* CSS */
color: #748ba2;
background-color: #748ba2;
/* Tailwind (arbitrary) */
class="text-[#748ba2] bg-[#748ba2]"
/* SCSS */
$brand: #748ba2;
/* SwiftUI */
Color(red: 0.455, green: 0.545, blue: 0.635)
/* Android */
Color.parseColor("#748ba2")Accessibility — WCAG contrast
Aa
#748ba2 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#748ba2 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green54.5%
Blue63.5%
CMYK percentages
Cyan28.4%
Magenta14.2%
Yellow0.0%
Key (black)36.5%
Color previews
#748ba2 text on a black background
contrast 5.96:1
Card sample
#748ba2 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #748ba2;
Background color
Panel with #748ba2 background
background-color: #748ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #748ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 139, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 139, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #748ba2; background: linear-gradient(135deg, #748ba2, #7C74A2);