#7aa9df
a light, vivid blue · cool · closest name: steelblue
RGB
122, 169, 223
HSL
212°, 61%, 68%
CMYK
45, 24, 0, 13
Luminance
0.3784
Every format
| HEX | #7aa9df |
| RGB | rgb(122, 169, 223) |
| HSL | hsl(212, 61%, 68%) |
| CMYK | cmyk(45%, 24%, 0%, 13%) |
| LAB | lab(67.9 -1.5 -32.1) |
| LCH | lch(67.9 32.2 267.4) |
| OKLCH | oklch(0.722 0.094 252.5) |
Copy-ready code
/* CSS */
color: #7aa9df;
background-color: #7aa9df;
/* Tailwind (arbitrary) */
class="text-[#7aa9df] bg-[#7aa9df]"
/* SCSS */
$brand: #7aa9df;
/* SwiftUI */
Color(red: 0.478, green: 0.663, blue: 0.875)
/* Android */
Color.parseColor("#7aa9df")Accessibility — WCAG contrast
Aa
#7aa9df on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aa9df on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green66.3%
Blue87.5%
CMYK percentages
Cyan45.3%
Magenta24.2%
Yellow0.0%
Key (black)12.5%
Color previews
#7aa9df text on a black background
contrast 8.57:1
Card sample
#7aa9df text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aa9df;
Background color
Panel with #7aa9df background
background-color: #7aa9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aa9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 169, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 169, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aa9df; background: linear-gradient(135deg, #7aa9df, #8E7ADF);