#7696f4
a light, electric blue · cool · closest name: dodgerblue
RGB
118, 150, 244
HSL
225°, 85%, 71%
CMYK
52, 39, 0, 4
Luminance
0.3220
Every format
| HEX | #7696f4 |
| RGB | rgb(118, 150, 244) |
| HSL | hsl(225, 85%, 71%) |
| CMYK | cmyk(52%, 39%, 0%, 4%) |
| LAB | lab(63.5 14.7 -50.6) |
| LCH | lch(63.5 52.7 286.2) |
| OKLCH | oklch(0.691 0.143 268.3) |
Copy-ready code
/* CSS */
color: #7696f4;
background-color: #7696f4;
/* Tailwind (arbitrary) */
class="text-[#7696f4] bg-[#7696f4]"
/* SCSS */
$brand: #7696f4;
/* SwiftUI */
Color(red: 0.463, green: 0.588, blue: 0.957)
/* Android */
Color.parseColor("#7696f4")Accessibility — WCAG contrast
Aa
#7696f4 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7696f4 on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green58.8%
Blue95.7%
CMYK percentages
Cyan51.6%
Magenta38.5%
Yellow0.0%
Key (black)4.3%
Color previews
#7696f4 text on a black background
contrast 7.44:1
Card sample
#7696f4 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7696f4;
Background color
Panel with #7696f4 background
background-color: #7696f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7696f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 150, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 150, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7696f4; background: linear-gradient(135deg, #7696f4, #AA76F4);