#79ceeb
a light, vivid cyan · cool · closest name: skyblue
RGB
121, 206, 235
HSL
195°, 74%, 70%
CMYK
49, 12, 0, 8
Luminance
0.5421
Every format
| HEX | #79ceeb |
| RGB | rgb(121, 206, 235) |
| HSL | hsl(195, 74%, 70%) |
| CMYK | cmyk(49%, 12%, 0%, 8%) |
| LAB | lab(78.6 -18.1 -22.3) |
| LCH | lch(78.6 28.7 230.9) |
| OKLCH | oklch(0.808 0.092 222.1) |
Copy-ready code
/* CSS */
color: #79ceeb;
background-color: #79ceeb;
/* Tailwind (arbitrary) */
class="text-[#79ceeb] bg-[#79ceeb]"
/* SCSS */
$brand: #79ceeb;
/* SwiftUI */
Color(red: 0.475, green: 0.808, blue: 0.922)
/* Android */
Color.parseColor("#79ceeb")Accessibility — WCAG contrast
Aa
#79ceeb on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79ceeb on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green80.8%
Blue92.2%
CMYK percentages
Cyan48.5%
Magenta12.3%
Yellow0.0%
Key (black)7.8%
Color previews
#79ceeb text on a black background
contrast 11.84:1
Card sample
#79ceeb text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79ceeb;
Background color
Panel with #79ceeb background
background-color: #79ceeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79ceeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 206, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 206, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79ceeb; background: linear-gradient(135deg, #79ceeb, #7982EB);