#7aafdf
a light, vivid blue · cool · closest name: skyblue
RGB
122, 175, 223
HSL
209°, 61%, 68%
CMYK
45, 22, 0, 13
Luminance
0.4013
Every format
| HEX | #7aafdf |
| RGB | rgb(122, 175, 223) |
| HSL | hsl(209, 61%, 68%) |
| CMYK | cmyk(45%, 22%, 0%, 13%) |
| LAB | lab(69.6 -4.8 -29.6) |
| LCH | lch(69.6 30.0 260.8) |
| OKLCH | oklch(0.735 0.090 246.7) |
Copy-ready code
/* CSS */
color: #7aafdf;
background-color: #7aafdf;
/* Tailwind (arbitrary) */
class="text-[#7aafdf] bg-[#7aafdf]"
/* SCSS */
$brand: #7aafdf;
/* SwiftUI */
Color(red: 0.478, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#7aafdf")Accessibility — WCAG contrast
Aa
#7aafdf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aafdf on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green68.6%
Blue87.5%
CMYK percentages
Cyan45.3%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#7aafdf text on a black background
contrast 9.03:1
Card sample
#7aafdf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aafdf;
Background color
Panel with #7aafdf background
background-color: #7aafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aafdf; background: linear-gradient(135deg, #7aafdf, #887ADF);