#7683df
a light, vivid blue · warm · closest name: dodgerblue
RGB
118, 131, 223
HSL
233°, 62%, 67%
CMYK
47, 41, 0, 13
Luminance
0.2541
Every format
| HEX | #7683df |
| RGB | rgb(118, 131, 223) |
| HSL | hsl(233, 62%, 67%) |
| CMYK | cmyk(47%, 41%, 0%, 13%) |
| LAB | lab(57.5 19.5 -48.5) |
| LCH | lch(57.5 52.3 291.9) |
| OKLCH | oklch(0.641 0.138 275.7) |
Copy-ready code
/* CSS */
color: #7683df;
background-color: #7683df;
/* Tailwind (arbitrary) */
class="text-[#7683df] bg-[#7683df]"
/* SCSS */
$brand: #7683df;
/* SwiftUI */
Color(red: 0.463, green: 0.514, blue: 0.875)
/* Android */
Color.parseColor("#7683df")Accessibility — WCAG contrast
Aa
#7683df on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7683df on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green51.4%
Blue87.5%
CMYK percentages
Cyan47.1%
Magenta41.3%
Yellow0.0%
Key (black)12.5%
Color previews
#7683df text on a black background
contrast 6.08:1
Card sample
#7683df text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7683df;
Background color
Panel with #7683df background
background-color: #7683df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7683df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 131, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 131, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7683df; background: linear-gradient(135deg, #7683df, #AF76DF);