#699cfd
a light, electric blue · cool · closest name: dodgerblue
RGB
105, 156, 253
HSL
219°, 97%, 70%
CMYK
59, 38, 0, 1
Luminance
0.3387
Every format
| HEX | #699cfd |
| RGB | rgb(105, 156, 253) |
| HSL | hsl(219, 97%, 70%) |
| CMYK | cmyk(59%, 38%, 0%, 1%) |
| LAB | lab(64.9 11.3 -53.4) |
| LCH | lch(64.9 54.6 282.0) |
| OKLCH | oklch(0.701 0.153 262.2) |
Copy-ready code
/* CSS */
color: #699cfd;
background-color: #699cfd;
/* Tailwind (arbitrary) */
class="text-[#699cfd] bg-[#699cfd]"
/* SCSS */
$brand: #699cfd;
/* SwiftUI */
Color(red: 0.412, green: 0.612, blue: 0.992)
/* Android */
Color.parseColor("#699cfd")Accessibility — WCAG contrast
Aa
#699cfd on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#699cfd on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green61.2%
Blue99.2%
CMYK percentages
Cyan58.5%
Magenta38.3%
Yellow0.0%
Key (black)0.8%
Color previews
#699cfd text on a black background
contrast 7.77:1
Card sample
#699cfd text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #699cfd;
Background color
Panel with #699cfd background
background-color: #699cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #699cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 156, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 156, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #699cfd; background: linear-gradient(135deg, #699cfd, #9969FD);