#4692ac
a balanced, soft cyan · cool · closest name: steelblue
RGB
70, 146, 172
HSL
195°, 42%, 48%
CMYK
59, 15, 0, 33
Luminance
0.2484
Every format
| HEX | #4692ac |
| RGB | rgb(70, 146, 172) |
| HSL | hsl(195, 42%, 48%) |
| CMYK | cmyk(59%, 15%, 0%, 33%) |
| LAB | lab(56.9 -15.7 -20.7) |
| LCH | lch(56.9 26.0 232.9) |
| OKLCH | oklch(0.622 0.084 223.1) |
Copy-ready code
/* CSS */
color: #4692ac;
background-color: #4692ac;
/* Tailwind (arbitrary) */
class="text-[#4692ac] bg-[#4692ac]"
/* SCSS */
$brand: #4692ac;
/* SwiftUI */
Color(red: 0.275, green: 0.573, blue: 0.675)
/* Android */
Color.parseColor("#4692ac")Accessibility — WCAG contrast
Aa
#4692ac on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4692ac on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green57.3%
Blue67.5%
CMYK percentages
Cyan59.3%
Magenta15.1%
Yellow0.0%
Key (black)32.5%
Color previews
#4692ac text on a black background
contrast 5.97:1
Card sample
#4692ac text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4692ac;
Background color
Panel with #4692ac background
background-color: #4692ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4692ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 146, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 146, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4692ac; background: linear-gradient(135deg, #4692ac, #464EAC);