#74acdf
a light, vivid blue · cool · closest name: steelblue
RGB
116, 172, 223
HSL
209°, 63%, 67%
CMYK
48, 23, 0, 13
Luminance
0.3855
Every format
| HEX | #74acdf |
| RGB | rgb(116, 172, 223) |
| HSL | hsl(209, 63%, 67%) |
| CMYK | cmyk(48%, 23%, 0%, 13%) |
| LAB | lab(68.4 -4.6 -31.4) |
| LCH | lch(68.4 31.7 261.7) |
| OKLCH | oklch(0.726 0.095 247.0) |
Copy-ready code
/* CSS */
color: #74acdf;
background-color: #74acdf;
/* Tailwind (arbitrary) */
class="text-[#74acdf] bg-[#74acdf]"
/* SCSS */
$brand: #74acdf;
/* SwiftUI */
Color(red: 0.455, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#74acdf")Accessibility — WCAG contrast
Aa
#74acdf on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74acdf on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green67.5%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#74acdf text on a black background
contrast 8.71:1
Card sample
#74acdf text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74acdf;
Background color
Panel with #74acdf background
background-color: #74acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74acdf; background: linear-gradient(135deg, #74acdf, #8374DF);