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