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