#79dbff
a light, electric cyan · cool · closest name: skyblue
RGB
121, 219, 255
HSL
196°, 100%, 74%
CMYK
53, 14, 0, 0
Luminance
0.6195
Every format
| HEX | #79dbff |
| RGB | rgb(121, 219, 255) |
| HSL | hsl(196, 100%, 74%) |
| CMYK | cmyk(53%, 14%, 0%, 0%) |
| LAB | lab(82.9 -19.2 -26.4) |
| LCH | lch(82.9 32.6 233.9) |
| OKLCH | oklch(0.845 0.105 224.2) |
Copy-ready code
/* CSS */
color: #79dbff;
background-color: #79dbff;
/* Tailwind (arbitrary) */
class="text-[#79dbff] bg-[#79dbff]"
/* SCSS */
$brand: #79dbff;
/* SwiftUI */
Color(red: 0.475, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#79dbff")Accessibility — WCAG contrast
Aa
#79dbff on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79dbff on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green85.9%
Blue100.0%
CMYK percentages
Cyan52.5%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#79dbff text on a black background
contrast 13.39:1
Card sample
#79dbff text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79dbff;
Background color
Panel with #79dbff background
background-color: #79dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79dbff; background: linear-gradient(135deg, #79dbff, #7982FF);