#79acdf
a light, vivid blue · cool · closest name: steelblue
RGB
121, 172, 223
HSL
210°, 61%, 68%
CMYK
46, 23, 0, 13
Luminance
0.3890
Every format
| HEX | #79acdf |
| RGB | rgb(121, 172, 223) |
| HSL | hsl(210, 61%, 68%) |
| CMYK | cmyk(46%, 23%, 0%, 13%) |
| LAB | lab(68.7 -3.4 -31.0) |
| LCH | lch(68.7 31.1 263.8) |
| OKLCH | oklch(0.728 0.092 249.2) |
Copy-ready code
/* CSS */
color: #79acdf;
background-color: #79acdf;
/* Tailwind (arbitrary) */
class="text-[#79acdf] bg-[#79acdf]"
/* SCSS */
$brand: #79acdf;
/* SwiftUI */
Color(red: 0.475, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#79acdf")Accessibility — WCAG contrast
Aa
#79acdf on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79acdf on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green67.5%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#79acdf text on a black background
contrast 8.78:1
Card sample
#79acdf text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79acdf;
Background color
Panel with #79acdf background
background-color: #79acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79acdf; background: linear-gradient(135deg, #79acdf, #8A79DF);