#79cefd
a light, electric blue · cool · closest name: skyblue
RGB
121, 206, 253
HSL
201°, 97%, 73%
CMYK
52, 19, 0, 1
Luminance
0.5530
Every format
| HEX | #79cefd |
| RGB | rgb(121, 206, 253) |
| HSL | hsl(201, 97%, 73%) |
| CMYK | cmyk(52%, 19%, 0%, 1%) |
| LAB | lab(79.2 -13.1 -30.9) |
| LCH | lch(79.2 33.6 247.0) |
| OKLCH | oklch(0.815 0.106 234.3) |
Copy-ready code
/* CSS */
color: #79cefd;
background-color: #79cefd;
/* Tailwind (arbitrary) */
class="text-[#79cefd] bg-[#79cefd]"
/* SCSS */
$brand: #79cefd;
/* SwiftUI */
Color(red: 0.475, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#79cefd")Accessibility — WCAG contrast
Aa
#79cefd on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79cefd on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green80.8%
Blue99.2%
CMYK percentages
Cyan52.2%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#79cefd text on a black background
contrast 12.06:1
Card sample
#79cefd text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79cefd;
Background color
Panel with #79cefd background
background-color: #79cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79cefd; background: linear-gradient(135deg, #79cefd, #7C79FD);