#79dbfd
a light, electric cyan · cool · closest name: skyblue
RGB
121, 219, 253
HSL
196°, 97%, 73%
CMYK
52, 13, 0, 1
Luminance
0.6182
Every format
| HEX | #79dbfd |
| RGB | rgb(121, 219, 253) |
| HSL | hsl(196, 97%, 73%) |
| CMYK | cmyk(52%, 13%, 0%, 1%) |
| LAB | lab(82.8 -19.8 -25.4) |
| LCH | lch(82.8 32.2 232.1) |
| OKLCH | oklch(0.844 0.104 222.8) |
Copy-ready code
/* CSS */
color: #79dbfd;
background-color: #79dbfd;
/* Tailwind (arbitrary) */
class="text-[#79dbfd] bg-[#79dbfd]"
/* SCSS */
$brand: #79dbfd;
/* SwiftUI */
Color(red: 0.475, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#79dbfd")Accessibility — WCAG contrast
Aa
#79dbfd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79dbfd on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green85.9%
Blue99.2%
CMYK percentages
Cyan52.2%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#79dbfd text on a black background
contrast 13.36:1
Card sample
#79dbfd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79dbfd;
Background color
Panel with #79dbfd background
background-color: #79dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79dbfd; background: linear-gradient(135deg, #79dbfd, #7983FD);