#7daad2
a light, vivid blue · cool · closest name: skyblue
RGB
125, 170, 210
HSL
208°, 49%, 66%
CMYK
41, 19, 0, 18
Luminance
0.3776
Every format
| HEX | #7daad2 |
| RGB | rgb(125, 170, 210) |
| HSL | hsl(208, 49%, 66%) |
| CMYK | cmyk(41%, 19%, 0%, 18%) |
| LAB | lab(67.8 -4.9 -25.1) |
| LCH | lch(67.8 25.5 259.0) |
| OKLCH | oklch(0.721 0.076 245.9) |
Copy-ready code
/* CSS */
color: #7daad2;
background-color: #7daad2;
/* Tailwind (arbitrary) */
class="text-[#7daad2] bg-[#7daad2]"
/* SCSS */
$brand: #7daad2;
/* SwiftUI */
Color(red: 0.490, green: 0.667, blue: 0.824)
/* Android */
Color.parseColor("#7daad2")Accessibility — WCAG contrast
Aa
#7daad2 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7daad2 on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green66.7%
Blue82.4%
CMYK percentages
Cyan40.5%
Magenta19.0%
Yellow0.0%
Key (black)17.6%
Color previews
#7daad2 text on a black background
contrast 8.55:1
Card sample
#7daad2 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7daad2;
Background color
Panel with #7daad2 background
background-color: #7daad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7daad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 170, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 170, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7daad2; background: linear-gradient(135deg, #7daad2, #897DD2);