#7697fd
a light, electric blue · warm · closest name: dodgerblue
RGB
118, 151, 253
HSL
225°, 97%, 73%
CMYK
53, 40, 0, 1
Luminance
0.3308
Every format
| HEX | #7697fd |
| RGB | rgb(118, 151, 253) |
| HSL | hsl(225, 97%, 73%) |
| CMYK | cmyk(53%, 40%, 0%, 1%) |
| LAB | lab(64.2 16.9 -54.4) |
| LCH | lch(64.2 56.9 287.2) |
| OKLCH | oklch(0.698 0.154 268.7) |
Copy-ready code
/* CSS */
color: #7697fd;
background-color: #7697fd;
/* Tailwind (arbitrary) */
class="text-[#7697fd] bg-[#7697fd]"
/* SCSS */
$brand: #7697fd;
/* SwiftUI */
Color(red: 0.463, green: 0.592, blue: 0.992)
/* Android */
Color.parseColor("#7697fd")Accessibility — WCAG contrast
Aa
#7697fd on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7697fd on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green59.2%
Blue99.2%
CMYK percentages
Cyan53.4%
Magenta40.3%
Yellow0.0%
Key (black)0.8%
Color previews
#7697fd text on a black background
contrast 7.62:1
Card sample
#7697fd text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7697fd;
Background color
Panel with #7697fd background
background-color: #7697fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7697fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 151, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 151, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7697fd; background: linear-gradient(135deg, #7697fd, #AF76FD);