#7697f9
a light, electric blue · cool · closest name: dodgerblue
RGB
118, 151, 249
HSL
225°, 92%, 72%
CMYK
53, 39, 0, 2
Luminance
0.3282
Every format
| HEX | #7697f9 |
| RGB | rgb(118, 151, 249) |
| HSL | hsl(225, 92%, 72%) |
| CMYK | cmyk(53%, 39%, 0%, 2%) |
| LAB | lab(64.0 15.6 -52.5) |
| LCH | lch(64.0 54.8 286.6) |
| OKLCH | oklch(0.695 0.149 268.3) |
Copy-ready code
/* CSS */
color: #7697f9;
background-color: #7697f9;
/* Tailwind (arbitrary) */
class="text-[#7697f9] bg-[#7697f9]"
/* SCSS */
$brand: #7697f9;
/* SwiftUI */
Color(red: 0.463, green: 0.592, blue: 0.976)
/* Android */
Color.parseColor("#7697f9")Accessibility — WCAG contrast
Aa
#7697f9 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7697f9 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green59.2%
Blue97.6%
CMYK percentages
Cyan52.6%
Magenta39.4%
Yellow0.0%
Key (black)2.4%
Color previews
#7697f9 text on a black background
contrast 7.56:1
Card sample
#7697f9 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7697f9;
Background color
Panel with #7697f9 background
background-color: #7697f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7697f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 151, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 151, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7697f9; background: linear-gradient(135deg, #7697f9, #AC76F9);