#79affc
a light, electric blue · cool · closest name: steelblue
RGB
121, 175, 252
HSL
215°, 96%, 73%
CMYK
52, 31, 0, 1
Luminance
0.4175
Every format
| HEX | #79affc |
| RGB | rgb(121, 175, 252) |
| HSL | hsl(215, 96%, 73%) |
| CMYK | cmyk(52%, 31%, 0%, 1%) |
| LAB | lab(70.7 3.4 -43.6) |
| LCH | lch(70.7 43.7 274.5) |
| OKLCH | oklch(0.748 0.126 257.3) |
Copy-ready code
/* CSS */
color: #79affc;
background-color: #79affc;
/* Tailwind (arbitrary) */
class="text-[#79affc] bg-[#79affc]"
/* SCSS */
$brand: #79affc;
/* SwiftUI */
Color(red: 0.475, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#79affc")Accessibility — WCAG contrast
Aa
#79affc on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79affc on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green68.6%
Blue98.8%
CMYK percentages
Cyan52.0%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#79affc text on a black background
contrast 9.35:1
Card sample
#79affc text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79affc;
Background color
Panel with #79affc background
background-color: #79affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79affc; background: linear-gradient(135deg, #79affc, #9A79FC);