#678af3
a light, electric blue · warm · closest name: dodgerblue
RGB
103, 138, 243
HSL
225°, 85%, 68%
CMYK
58, 43, 0, 5
Luminance
0.2753
Every format
| HEX | #678af3 |
| RGB | rgb(103, 138, 243) |
| HSL | hsl(225, 85%, 68%) |
| CMYK | cmyk(58%, 43%, 0%, 5%) |
| LAB | lab(59.5 18.4 -56.5) |
| LCH | lch(59.5 59.4 288.0) |
| OKLCH | oklch(0.657 0.161 267.9) |
Copy-ready code
/* CSS */
color: #678af3;
background-color: #678af3;
/* Tailwind (arbitrary) */
class="text-[#678af3] bg-[#678af3]"
/* SCSS */
$brand: #678af3;
/* SwiftUI */
Color(red: 0.404, green: 0.541, blue: 0.953)
/* Android */
Color.parseColor("#678af3")Accessibility — WCAG contrast
Aa
#678af3 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#678af3 on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green54.1%
Blue95.3%
CMYK percentages
Cyan57.6%
Magenta43.2%
Yellow0.0%
Key (black)4.7%
Color previews
#678af3 text on a black background
contrast 6.51:1
Card sample
#678af3 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #678af3;
Background color
Panel with #678af3 background
background-color: #678af3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #678af3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 138, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 138, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #678af3; background: linear-gradient(135deg, #678af3, #A167F3);