#7685df
a light, vivid blue · warm · closest name: dodgerblue
RGB
118, 133, 223
HSL
231°, 62%, 67%
CMYK
47, 40, 0, 13
Luminance
0.2595
Every format
| HEX | #7685df |
| RGB | rgb(118, 133, 223) |
| HSL | hsl(231, 62%, 67%) |
| CMYK | cmyk(47%, 40%, 0%, 13%) |
| LAB | lab(58.0 18.4 -47.7) |
| LCH | lch(58.0 51.1 291.0) |
| OKLCH | oklch(0.645 0.135 274.8) |
Copy-ready code
/* CSS */
color: #7685df;
background-color: #7685df;
/* Tailwind (arbitrary) */
class="text-[#7685df] bg-[#7685df]"
/* SCSS */
$brand: #7685df;
/* SwiftUI */
Color(red: 0.463, green: 0.522, blue: 0.875)
/* Android */
Color.parseColor("#7685df")Accessibility — WCAG contrast
Aa
#7685df on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7685df on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green52.2%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta40.4%
Yellow0.0%
Key (black)12.5%
Color previews
#7685df text on a black background
contrast 6.19:1
Card sample
#7685df text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7685df;
Background color
Panel with #7685df background
background-color: #7685df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7685df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 133, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 133, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7685df; background: linear-gradient(135deg, #7685df, #AD76DF);