#7fafd2
a light, vivid blue · cool · closest name: skyblue
RGB
127, 175, 210
HSL
205°, 48%, 66%
CMYK
40, 17, 0, 18
Luminance
0.3983
Every format
| HEX | #7fafd2 |
| RGB | rgb(127, 175, 210) |
| HSL | hsl(205, 48%, 66%) |
| CMYK | cmyk(40%, 17%, 0%, 18%) |
| LAB | lab(69.3 -7.1 -22.8) |
| LCH | lch(69.3 23.8 252.8) |
| OKLCH | oklch(0.733 0.072 240.6) |
Copy-ready code
/* CSS */
color: #7fafd2;
background-color: #7fafd2;
/* Tailwind (arbitrary) */
class="text-[#7fafd2] bg-[#7fafd2]"
/* SCSS */
$brand: #7fafd2;
/* SwiftUI */
Color(red: 0.498, green: 0.686, blue: 0.824)
/* Android */
Color.parseColor("#7fafd2")Accessibility — WCAG contrast
Aa
#7fafd2 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fafd2 on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green68.6%
Blue82.4%
CMYK percentages
Cyan39.5%
Magenta16.7%
Yellow0.0%
Key (black)17.6%
Color previews
#7fafd2 text on a black background
contrast 8.97:1
Card sample
#7fafd2 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fafd2;
Background color
Panel with #7fafd2 background
background-color: #7fafd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fafd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 175, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 175, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fafd2; background: linear-gradient(135deg, #7fafd2, #867FD2);