#74bafd
a light, electric blue · cool · closest name: steelblue
RGB
116, 186, 253
HSL
209°, 97%, 72%
CMYK
54, 27, 0, 1
Luminance
0.4592
Every format
| HEX | #74bafd |
| RGB | rgb(116, 186, 253) |
| HSL | hsl(209, 97%, 72%) |
| CMYK | cmyk(54%, 27%, 0%, 1%) |
| LAB | lab(73.5 -3.5 -39.8) |
| LCH | lch(73.5 40.0 265.0) |
| OKLCH | oklch(0.769 0.120 248.6) |
Copy-ready code
/* CSS */
color: #74bafd;
background-color: #74bafd;
/* Tailwind (arbitrary) */
class="text-[#74bafd] bg-[#74bafd]"
/* SCSS */
$brand: #74bafd;
/* SwiftUI */
Color(red: 0.455, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#74bafd")Accessibility — WCAG contrast
Aa
#74bafd on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#74bafd on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green72.9%
Blue99.2%
CMYK percentages
Cyan54.2%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#74bafd text on a black background
contrast 10.18:1
Card sample
#74bafd text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74bafd;
Background color
Panel with #74bafd background
background-color: #74bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74bafd; background: linear-gradient(135deg, #74bafd, #8974FD);