#7692df
a light, vivid blue · cool · closest name: steelblue
RGB
118, 146, 223
HSL
224°, 62%, 67%
CMYK
47, 35, 0, 13
Luminance
0.2974
Every format
| HEX | #7692df |
| RGB | rgb(118, 146, 223) |
| HSL | hsl(224, 62%, 67%) |
| CMYK | cmyk(47%, 35%, 0%, 13%) |
| LAB | lab(61.4 10.7 -42.3) |
| LCH | lch(61.4 43.6 284.2) |
| OKLCH | oklch(0.671 0.119 267.9) |
Copy-ready code
/* CSS */
color: #7692df;
background-color: #7692df;
/* Tailwind (arbitrary) */
class="text-[#7692df] bg-[#7692df]"
/* SCSS */
$brand: #7692df;
/* SwiftUI */
Color(red: 0.463, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#7692df")Accessibility — WCAG contrast
Aa
#7692df on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7692df on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green57.3%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta34.5%
Yellow0.0%
Key (black)12.5%
Color previews
#7692df text on a black background
contrast 6.95:1
Card sample
#7692df text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7692df;
Background color
Panel with #7692df background
background-color: #7692df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7692df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7692df; background: linear-gradient(135deg, #7692df, #A076DF);