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