#7dafda
a light, vivid blue · cool · closest name: skyblue
RGB
125, 175, 218
HSL
208°, 56%, 67%
CMYK
43, 20, 0, 15
Luminance
0.4008
Every format
| HEX | #7dafda |
| RGB | rgb(125, 175, 218) |
| HSL | hsl(208, 56%, 67%) |
| CMYK | cmyk(43%, 20%, 0%, 15%) |
| LAB | lab(69.5 -5.4 -26.9) |
| LCH | lch(69.5 27.4 258.6) |
| OKLCH | oklch(0.735 0.082 245.2) |
Copy-ready code
/* CSS */
color: #7dafda;
background-color: #7dafda;
/* Tailwind (arbitrary) */
class="text-[#7dafda] bg-[#7dafda]"
/* SCSS */
$brand: #7dafda;
/* SwiftUI */
Color(red: 0.490, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#7dafda")Accessibility — WCAG contrast
Aa
#7dafda on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dafda on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green68.6%
Blue85.5%
CMYK percentages
Cyan42.7%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#7dafda text on a black background
contrast 9.02:1
Card sample
#7dafda text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dafda;
Background color
Panel with #7dafda background
background-color: #7dafda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dafda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dafda; background: linear-gradient(135deg, #7dafda, #897DDA);