#769afd
a light, electric blue · cool · closest name: dodgerblue
RGB
118, 154, 253
HSL
224°, 97%, 73%
CMYK
53, 39, 0, 1
Luminance
0.3405
Every format
| HEX | #769afd |
| RGB | rgb(118, 154, 253) |
| HSL | hsl(224, 97%, 73%) |
| CMYK | cmyk(53%, 39%, 0%, 1%) |
| LAB | lab(65.0 15.1 -53.1) |
| LCH | lch(65.0 55.3 285.9) |
| OKLCH | oklch(0.704 0.151 267.4) |
Copy-ready code
/* CSS */
color: #769afd;
background-color: #769afd;
/* Tailwind (arbitrary) */
class="text-[#769afd] bg-[#769afd]"
/* SCSS */
$brand: #769afd;
/* SwiftUI */
Color(red: 0.463, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#769afd")Accessibility — WCAG contrast
Aa
#769afd on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#769afd on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green60.4%
Blue99.2%
CMYK percentages
Cyan53.4%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#769afd text on a black background
contrast 7.81:1
Card sample
#769afd text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #769afd;
Background color
Panel with #769afd background
background-color: #769afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #769afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #769afd; background: linear-gradient(135deg, #769afd, #AC76FD);