#7697f5
a light, electric blue · cool · closest name: dodgerblue
RGB
118, 151, 245
HSL
224°, 86%, 71%
CMYK
52, 38, 0, 4
Luminance
0.3258
Every format
| HEX | #7697f5 |
| RGB | rgb(118, 151, 245) |
| HSL | hsl(224, 86%, 71%) |
| CMYK | cmyk(52%, 38%, 0%, 4%) |
| LAB | lab(63.8 14.4 -50.6) |
| LCH | lch(63.8 52.7 285.9) |
| OKLCH | oklch(0.693 0.143 267.9) |
Copy-ready code
/* CSS */
color: #7697f5;
background-color: #7697f5;
/* Tailwind (arbitrary) */
class="text-[#7697f5] bg-[#7697f5]"
/* SCSS */
$brand: #7697f5;
/* SwiftUI */
Color(red: 0.463, green: 0.592, blue: 0.961)
/* Android */
Color.parseColor("#7697f5")Accessibility — WCAG contrast
Aa
#7697f5 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7697f5 on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green59.2%
Blue96.1%
CMYK percentages
Cyan51.8%
Magenta38.4%
Yellow0.0%
Key (black)3.9%
Color previews
#7697f5 text on a black background
contrast 7.52:1
Card sample
#7697f5 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7697f5;
Background color
Panel with #7697f5 background
background-color: #7697f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7697f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 151, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 151, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7697f5; background: linear-gradient(135deg, #7697f5, #AA76F5);