#7da5ff
a light, electric blue · cool · closest name: dodgerblue
RGB
125, 165, 255
HSL
222°, 100%, 75%
CMYK
51, 35, 0, 0
Luminance
0.3849
Every format
| HEX | #7da5ff |
| RGB | rgb(125, 165, 255) |
| HSL | hsl(222, 100%, 75%) |
| CMYK | cmyk(51%, 35%, 0%, 0%) |
| LAB | lab(68.4 10.9 -48.9) |
| LCH | lch(68.4 50.1 282.5) |
| OKLCH | oklch(0.731 0.139 265.0) |
Copy-ready code
/* CSS */
color: #7da5ff;
background-color: #7da5ff;
/* Tailwind (arbitrary) */
class="text-[#7da5ff] bg-[#7da5ff]"
/* SCSS */
$brand: #7da5ff;
/* SwiftUI */
Color(red: 0.490, green: 0.647, blue: 1.000)
/* Android */
Color.parseColor("#7da5ff")Accessibility — WCAG contrast
Aa
#7da5ff on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7da5ff on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green64.7%
Blue100.0%
CMYK percentages
Cyan51.0%
Magenta35.3%
Yellow0.0%
Key (black)0.0%
Color previews
#7da5ff text on a black background
contrast 8.70:1
Card sample
#7da5ff text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7da5ff;
Background color
Panel with #7da5ff background
background-color: #7da5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7da5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 165, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 165, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7da5ff; background: linear-gradient(135deg, #7da5ff, #AC7DFF);