#79dbf2
a light, electric cyan · cool · closest name: skyblue
RGB
121, 219, 242
HSL
191°, 82%, 71%
CMYK
50, 10, 0, 5
Luminance
0.6114
Every format
| HEX | #79dbf2 |
| RGB | rgb(121, 219, 242) |
| HSL | hsl(191, 82%, 71%) |
| CMYK | cmyk(50%, 10%, 0%, 5%) |
| LAB | lab(82.5 -22.8 -20.1) |
| LCH | lch(82.5 30.4 221.5) |
| OKLCH | oklch(0.840 0.098 214.8) |
Copy-ready code
/* CSS */
color: #79dbf2;
background-color: #79dbf2;
/* Tailwind (arbitrary) */
class="text-[#79dbf2] bg-[#79dbf2]"
/* SCSS */
$brand: #79dbf2;
/* SwiftUI */
Color(red: 0.475, green: 0.859, blue: 0.949)
/* Android */
Color.parseColor("#79dbf2")Accessibility — WCAG contrast
Aa
#79dbf2 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79dbf2 on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green85.9%
Blue94.9%
CMYK percentages
Cyan50.0%
Magenta9.5%
Yellow0.0%
Key (black)5.1%
Color previews
#79dbf2 text on a black background
contrast 13.23:1
Card sample
#79dbf2 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79dbf2;
Background color
Panel with #79dbf2 background
background-color: #79dbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79dbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 219, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 219, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79dbf2; background: linear-gradient(135deg, #79dbf2, #798AF2);