#3992ac
a dark, vivid cyan · cool · closest name: steelblue
RGB
57, 146, 172
HSL
194°, 50%, 45%
CMYK
67, 15, 0, 33
Luminance
0.2441
Every format
| HEX | #3992ac |
| RGB | rgb(57, 146, 172) |
| HSL | hsl(194, 50%, 45%) |
| CMYK | cmyk(67%, 15%, 0%, 33%) |
| LAB | lab(56.5 -18.0 -21.4) |
| LCH | lch(56.5 28.0 229.9) |
| OKLCH | oklch(0.618 0.092 220.6) |
Copy-ready code
/* CSS */
color: #3992ac;
background-color: #3992ac;
/* Tailwind (arbitrary) */
class="text-[#3992ac] bg-[#3992ac]"
/* SCSS */
$brand: #3992ac;
/* SwiftUI */
Color(red: 0.224, green: 0.573, blue: 0.675)
/* Android */
Color.parseColor("#3992ac")Accessibility — WCAG contrast
Aa
#3992ac on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3992ac on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green57.3%
Blue67.5%
CMYK percentages
Cyan66.9%
Magenta15.1%
Yellow0.0%
Key (black)32.5%
Color previews
#3992ac text on a black background
contrast 5.88:1
Card sample
#3992ac text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3992ac;
Background color
Panel with #3992ac background
background-color: #3992ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3992ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 146, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 146, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3992ac; background: linear-gradient(135deg, #3992ac, #3945AC);