#699fff
a light, electric blue · cool · closest name: dodgerblue
RGB
105, 159, 255
HSL
218°, 100%, 71%
CMYK
59, 38, 0, 0
Luminance
0.3502
Every format
| HEX | #699fff |
| RGB | rgb(105, 159, 255) |
| HSL | hsl(218, 100%, 71%) |
| CMYK | cmyk(59%, 38%, 0%, 0%) |
| LAB | lab(65.8 10.2 -53.1) |
| LCH | lch(65.8 54.0 280.9) |
| OKLCH | oklch(0.708 0.152 261.1) |
Copy-ready code
/* CSS */
color: #699fff;
background-color: #699fff;
/* Tailwind (arbitrary) */
class="text-[#699fff] bg-[#699fff]"
/* SCSS */
$brand: #699fff;
/* SwiftUI */
Color(red: 0.412, green: 0.624, blue: 1.000)
/* Android */
Color.parseColor("#699fff")Accessibility — WCAG contrast
Aa
#699fff on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#699fff on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green62.4%
Blue100.0%
CMYK percentages
Cyan58.8%
Magenta37.6%
Yellow0.0%
Key (black)0.0%
Color previews
#699fff text on a black background
contrast 8.00:1
Card sample
#699fff text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #699fff;
Background color
Panel with #699fff background
background-color: #699fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #699fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 159, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 159, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #699fff; background: linear-gradient(135deg, #699fff, #9769FF);