#7da2ff
a light, electric blue · cool · closest name: dodgerblue
RGB
125, 162, 255
HSL
223°, 100%, 75%
CMYK
51, 37, 0, 0
Luminance
0.3742
Every format
| HEX | #7da2ff |
| RGB | rgb(125, 162, 255) |
| HSL | hsl(223, 100%, 75%) |
| CMYK | cmyk(51%, 37%, 0%, 0%) |
| LAB | lab(67.6 12.6 -50.1) |
| LCH | lch(67.6 51.7 284.1) |
| OKLCH | oklch(0.725 0.142 266.5) |
Copy-ready code
/* CSS */
color: #7da2ff;
background-color: #7da2ff;
/* Tailwind (arbitrary) */
class="text-[#7da2ff] bg-[#7da2ff]"
/* SCSS */
$brand: #7da2ff;
/* SwiftUI */
Color(red: 0.490, green: 0.635, blue: 1.000)
/* Android */
Color.parseColor("#7da2ff")Accessibility — WCAG contrast
Aa
#7da2ff on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7da2ff on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green63.5%
Blue100.0%
CMYK percentages
Cyan51.0%
Magenta36.5%
Yellow0.0%
Key (black)0.0%
Color previews
#7da2ff text on a black background
contrast 8.48:1
Card sample
#7da2ff text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7da2ff;
Background color
Panel with #7da2ff background
background-color: #7da2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7da2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 162, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 162, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7da2ff; background: linear-gradient(135deg, #7da2ff, #AF7DFF);