#79bafd
a light, electric blue · cool · closest name: steelblue
RGB
121, 186, 253
HSL
211°, 97%, 73%
CMYK
52, 27, 0, 1
Luminance
0.4627
Every format
| HEX | #79bafd |
| RGB | rgb(121, 186, 253) |
| HSL | hsl(211, 97%, 73%) |
| CMYK | cmyk(52%, 27%, 0%, 1%) |
| LAB | lab(73.7 -2.4 -39.4) |
| LCH | lch(73.7 39.5 266.5) |
| OKLCH | oklch(0.772 0.117 250.3) |
Copy-ready code
/* CSS */
color: #79bafd;
background-color: #79bafd;
/* Tailwind (arbitrary) */
class="text-[#79bafd] bg-[#79bafd]"
/* SCSS */
$brand: #79bafd;
/* SwiftUI */
Color(red: 0.475, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#79bafd")Accessibility — WCAG contrast
Aa
#79bafd on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79bafd on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green72.9%
Blue99.2%
CMYK percentages
Cyan52.2%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#79bafd text on a black background
contrast 10.25:1
Card sample
#79bafd text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79bafd;
Background color
Panel with #79bafd background
background-color: #79bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79bafd; background: linear-gradient(135deg, #79bafd, #9079FD);