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