#7fa3f6
a light, electric blue · cool · closest name: dodgerblue
RGB
127, 163, 246
HSL
222°, 87%, 73%
CMYK
48, 34, 0, 4
Luminance
0.3736
Every format
| HEX | #7fa3f6 |
| RGB | rgb(127, 163, 246) |
| HSL | hsl(222, 87%, 73%) |
| CMYK | cmyk(48%, 34%, 0%, 4%) |
| LAB | lab(67.5 9.8 -45.3) |
| LCH | lch(67.5 46.3 282.2) |
| OKLCH | oklch(0.723 0.128 265.5) |
Copy-ready code
/* CSS */
color: #7fa3f6;
background-color: #7fa3f6;
/* Tailwind (arbitrary) */
class="text-[#7fa3f6] bg-[#7fa3f6]"
/* SCSS */
$brand: #7fa3f6;
/* SwiftUI */
Color(red: 0.498, green: 0.639, blue: 0.965)
/* Android */
Color.parseColor("#7fa3f6")Accessibility — WCAG contrast
Aa
#7fa3f6 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fa3f6 on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green63.9%
Blue96.5%
CMYK percentages
Cyan48.4%
Magenta33.7%
Yellow0.0%
Key (black)3.5%
Color previews
#7fa3f6 text on a black background
contrast 8.47:1
Card sample
#7fa3f6 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fa3f6;
Background color
Panel with #7fa3f6 background
background-color: #7fa3f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fa3f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 163, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 163, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fa3f6; background: linear-gradient(135deg, #7fa3f6, #AA7FF6);