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