#79acef
a light, electric blue · cool · closest name: steelblue
RGB
121, 172, 239
HSL
214°, 79%, 71%
CMYK
49, 28, 0, 6
Luminance
0.3980
Every format
| HEX | #79acef |
| RGB | rgb(121, 172, 239) |
| HSL | hsl(214, 79%, 71%) |
| CMYK | cmyk(49%, 28%, 0%, 6%) |
| LAB | lab(69.3 1.2 -38.7) |
| LCH | lch(69.3 38.7 271.8) |
| OKLCH | oklch(0.736 0.112 255.6) |
Copy-ready code
/* CSS */
color: #79acef;
background-color: #79acef;
/* Tailwind (arbitrary) */
class="text-[#79acef] bg-[#79acef]"
/* SCSS */
$brand: #79acef;
/* SwiftUI */
Color(red: 0.475, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#79acef")Accessibility — WCAG contrast
Aa
#79acef on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79acef on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green67.5%
Blue93.7%
CMYK percentages
Cyan49.4%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#79acef text on a black background
contrast 8.96:1
Card sample
#79acef text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79acef;
Background color
Panel with #79acef background
background-color: #79acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79acef; background: linear-gradient(135deg, #79acef, #9579EF);