#4aacdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
74, 172, 223
HSL
201°, 70%, 58%
CMYK
67, 23, 0, 13
Luminance
0.3629
Every format
| HEX | #4aacdf |
| RGB | rgb(74, 172, 223) |
| HSL | hsl(201, 70%, 58%) |
| CMYK | cmyk(67%, 23%, 0%, 13%) |
| LAB | lab(66.7 -12.9 -34.1) |
| LCH | lch(66.7 36.5 249.3) |
| OKLCH | oklch(0.708 0.117 234.7) |
Copy-ready code
/* CSS */
color: #4aacdf;
background-color: #4aacdf;
/* Tailwind (arbitrary) */
class="text-[#4aacdf] bg-[#4aacdf]"
/* SCSS */
$brand: #4aacdf;
/* SwiftUI */
Color(red: 0.290, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#4aacdf")Accessibility — WCAG contrast
Aa
#4aacdf on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4aacdf on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green67.5%
Blue87.5%
CMYK percentages
Cyan66.8%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#4aacdf text on a black background
contrast 8.26:1
Card sample
#4aacdf text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4aacdf;
Background color
Panel with #4aacdf background
background-color: #4aacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4aacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4aacdf; background: linear-gradient(135deg, #4aacdf, #4B4ADF);