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