#4292ab
a balanced, soft cyan · cool · closest name: steelblue
RGB
66, 146, 171
HSL
194°, 44%, 47%
CMYK
61, 15, 0, 33
Luminance
0.2466
Every format
| HEX | #4292ab |
| RGB | rgb(66, 146, 171) |
| HSL | hsl(194, 44%, 47%) |
| CMYK | cmyk(61%, 15%, 0%, 33%) |
| LAB | lab(56.7 -16.8 -20.4) |
| LCH | lch(56.7 26.4 230.7) |
| OKLCH | oklch(0.620 0.086 221.4) |
Copy-ready code
/* CSS */
color: #4292ab;
background-color: #4292ab;
/* Tailwind (arbitrary) */
class="text-[#4292ab] bg-[#4292ab]"
/* SCSS */
$brand: #4292ab;
/* SwiftUI */
Color(red: 0.259, green: 0.573, blue: 0.671)
/* Android */
Color.parseColor("#4292ab")Accessibility — WCAG contrast
Aa
#4292ab on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4292ab on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green57.3%
Blue67.1%
CMYK percentages
Cyan61.4%
Magenta14.6%
Yellow0.0%
Key (black)32.9%
Color previews
#4292ab text on a black background
contrast 5.93:1
Card sample
#4292ab text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4292ab;
Background color
Panel with #4292ab background
background-color: #4292ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4292ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 146, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 146, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4292ab; background: linear-gradient(135deg, #4292ab, #424CAB);