#768eee
a light, electric blue · warm · closest name: dodgerblue
RGB
118, 142, 238
HSL
228°, 78%, 70%
CMYK
50, 40, 0, 7
Luminance
0.2937
Every format
| HEX | #768eee |
| RGB | rgb(118, 142, 238) |
| HSL | hsl(228, 78%, 70%) |
| CMYK | cmyk(50%, 40%, 0%, 7%) |
| LAB | lab(61.1 17.5 -51.1) |
| LCH | lch(61.1 54.0 288.9) |
| OKLCH | oklch(0.671 0.145 271.4) |
Copy-ready code
/* CSS */
color: #768eee;
background-color: #768eee;
/* Tailwind (arbitrary) */
class="text-[#768eee] bg-[#768eee]"
/* SCSS */
$brand: #768eee;
/* SwiftUI */
Color(red: 0.463, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#768eee")Accessibility — WCAG contrast
Aa
#768eee on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#768eee on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green55.7%
Blue93.3%
CMYK percentages
Cyan50.4%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#768eee text on a black background
contrast 6.87:1
Card sample
#768eee text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #768eee;
Background color
Panel with #768eee background
background-color: #768eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #768eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #768eee; background: linear-gradient(135deg, #768eee, #AE76EE);