#74abeb
a light, vivid blue · cool · closest name: steelblue
RGB
116, 171, 235
HSL
212°, 75%, 69%
CMYK
51, 27, 0, 8
Luminance
0.3884
Every format
| HEX | #74abeb |
| RGB | rgb(116, 171, 235) |
| HSL | hsl(212, 75%, 69%) |
| CMYK | cmyk(51%, 27%, 0%, 8%) |
| LAB | lab(68.6 -0.5 -37.6) |
| LCH | lch(68.6 37.6 269.2) |
| OKLCH | oklch(0.729 0.110 253.0) |
Copy-ready code
/* CSS */
color: #74abeb;
background-color: #74abeb;
/* Tailwind (arbitrary) */
class="text-[#74abeb] bg-[#74abeb]"
/* SCSS */
$brand: #74abeb;
/* SwiftUI */
Color(red: 0.455, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#74abeb")Accessibility — WCAG contrast
Aa
#74abeb on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74abeb on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green67.1%
Blue92.2%
CMYK percentages
Cyan50.6%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#74abeb text on a black background
contrast 8.77:1
Card sample
#74abeb text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74abeb;
Background color
Panel with #74abeb background
background-color: #74abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74abeb; background: linear-gradient(135deg, #74abeb, #8C74EB);