#79cfe2
a light, vivid cyan · cool · closest name: skyblue
RGB
121, 207, 226
HSL
191°, 64%, 68%
CMYK
47, 8, 0, 11
Luminance
0.5418
Every format
| HEX | #79cfe2 |
| RGB | rgb(121, 207, 226) |
| HSL | hsl(191, 64%, 68%) |
| CMYK | cmyk(47%, 8%, 0%, 11%) |
| LAB | lab(78.6 -21.1 -17.5) |
| LCH | lch(78.6 27.4 219.7) |
| OKLCH | oklch(0.807 0.087 213.5) |
Copy-ready code
/* CSS */
color: #79cfe2;
background-color: #79cfe2;
/* Tailwind (arbitrary) */
class="text-[#79cfe2] bg-[#79cfe2]"
/* SCSS */
$brand: #79cfe2;
/* SwiftUI */
Color(red: 0.475, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#79cfe2")Accessibility — WCAG contrast
Aa
#79cfe2 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79cfe2 on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green81.2%
Blue88.6%
CMYK percentages
Cyan46.5%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#79cfe2 text on a black background
contrast 11.84:1
Card sample
#79cfe2 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79cfe2;
Background color
Panel with #79cfe2 background
background-color: #79cfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79cfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79cfe2; background: linear-gradient(135deg, #79cfe2, #7989E2);