#79c4eb
a light, vivid blue · cool · closest name: skyblue
RGB
121, 196, 235
HSL
201°, 74%, 70%
CMYK
49, 17, 0, 8
Luminance
0.4954
Every format
| HEX | #79c4eb |
| RGB | rgb(121, 196, 235) |
| HSL | hsl(201, 74%, 70%) |
| CMYK | cmyk(49%, 17%, 0%, 8%) |
| LAB | lab(75.8 -12.9 -26.6) |
| LCH | lch(75.8 29.5 244.0) |
| OKLCH | oklch(0.786 0.093 232.3) |
Copy-ready code
/* CSS */
color: #79c4eb;
background-color: #79c4eb;
/* Tailwind (arbitrary) */
class="text-[#79c4eb] bg-[#79c4eb]"
/* SCSS */
$brand: #79c4eb;
/* SwiftUI */
Color(red: 0.475, green: 0.769, blue: 0.922)
/* Android */
Color.parseColor("#79c4eb")Accessibility — WCAG contrast
Aa
#79c4eb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79c4eb on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green76.9%
Blue92.2%
CMYK percentages
Cyan48.5%
Magenta16.6%
Yellow0.0%
Key (black)7.8%
Color previews
#79c4eb text on a black background
contrast 10.91:1
Card sample
#79c4eb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79c4eb;
Background color
Panel with #79c4eb background
background-color: #79c4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79c4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 196, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 196, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79c4eb; background: linear-gradient(135deg, #79c4eb, #7A79EB);