#79bcfd
a light, electric blue · cool · closest name: skyblue
RGB
121, 188, 253
HSL
210°, 97%, 73%
CMYK
52, 26, 0, 1
Luminance
0.4712
Every format
| HEX | #79bcfd |
| RGB | rgb(121, 188, 253) |
| HSL | hsl(210, 97%, 73%) |
| CMYK | cmyk(52%, 26%, 0%, 1%) |
| LAB | lab(74.3 -3.5 -38.6) |
| LCH | lch(74.3 38.7 264.8) |
| OKLCH | oklch(0.776 0.116 248.8) |
Copy-ready code
/* CSS */
color: #79bcfd;
background-color: #79bcfd;
/* Tailwind (arbitrary) */
class="text-[#79bcfd] bg-[#79bcfd]"
/* SCSS */
$brand: #79bcfd;
/* SwiftUI */
Color(red: 0.475, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#79bcfd")Accessibility — WCAG contrast
Aa
#79bcfd on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79bcfd on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green73.7%
Blue99.2%
CMYK percentages
Cyan52.2%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#79bcfd text on a black background
contrast 10.42:1
Card sample
#79bcfd text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79bcfd;
Background color
Panel with #79bcfd background
background-color: #79bcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79bcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79bcfd; background: linear-gradient(135deg, #79bcfd, #8E79FD);