#79cbdf
a light, vivid cyan · cool · closest name: skyblue
RGB
121, 203, 223
HSL
192°, 61%, 68%
CMYK
46, 9, 0, 13
Luminance
0.5210
Every format
| HEX | #79cbdf |
| RGB | rgb(121, 203, 223) |
| HSL | hsl(192, 61%, 68%) |
| CMYK | cmyk(46%, 9%, 0%, 13%) |
| LAB | lab(77.3 -19.8 -17.7) |
| LCH | lch(77.3 26.6 221.8) |
| OKLCH | oklch(0.797 0.085 215.2) |
Copy-ready code
/* CSS */
color: #79cbdf;
background-color: #79cbdf;
/* Tailwind (arbitrary) */
class="text-[#79cbdf] bg-[#79cbdf]"
/* SCSS */
$brand: #79cbdf;
/* SwiftUI */
Color(red: 0.475, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#79cbdf")Accessibility — WCAG contrast
Aa
#79cbdf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79cbdf on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green79.6%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#79cbdf text on a black background
contrast 11.42:1
Card sample
#79cbdf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79cbdf;
Background color
Panel with #79cbdf background
background-color: #79cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79cbdf; background: linear-gradient(135deg, #79cbdf, #7987DF);