#474f8f
a dark, soft blue · warm · closest name: steelblue
RGB
71, 79, 143
HSL
233°, 34%, 42%
CMYK
50, 45, 0, 44
Luminance
0.0891
Every format
| HEX | #474f8f |
| RGB | rgb(71, 79, 143) |
| HSL | hsl(233, 34%, 42%) |
| CMYK | cmyk(50%, 45%, 0%, 44%) |
| LAB | lab(35.8 15.4 -36.5) |
| LCH | lch(35.8 39.7 292.9) |
| OKLCH | oklch(0.453 0.104 276.0) |
Copy-ready code
/* CSS */
color: #474f8f;
background-color: #474f8f;
/* Tailwind (arbitrary) */
class="text-[#474f8f] bg-[#474f8f]"
/* SCSS */
$brand: #474f8f;
/* SwiftUI */
Color(red: 0.278, green: 0.310, blue: 0.561)
/* Android */
Color.parseColor("#474f8f")Accessibility — WCAG contrast
Aa
#474f8f on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#474f8f on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green31.0%
Blue56.1%
CMYK percentages
Cyan50.3%
Magenta44.8%
Yellow0.0%
Key (black)43.9%
Color previews
#474f8f text on a black background
contrast 2.78:1
Card sample
#474f8f text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #474f8f;
Background color
Panel with #474f8f background
background-color: #474f8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #474f8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 79, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 79, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #474f8f; background: linear-gradient(135deg, #474f8f, #6F478F);