#699fdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
105, 159, 223
HSL
213°, 65%, 64%
CMYK
53, 29, 0, 13
Luminance
0.3313
Every format
| HEX | #699fdf |
| RGB | rgb(105, 159, 223) |
| HSL | hsl(213, 65%, 64%) |
| CMYK | cmyk(53%, 29%, 0%, 13%) |
| LAB | lab(64.3 0.2 -37.9) |
| LCH | lch(64.3 37.9 270.3) |
| OKLCH | oklch(0.691 0.111 253.5) |
Copy-ready code
/* CSS */
color: #699fdf;
background-color: #699fdf;
/* Tailwind (arbitrary) */
class="text-[#699fdf] bg-[#699fdf]"
/* SCSS */
$brand: #699fdf;
/* SwiftUI */
Color(red: 0.412, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#699fdf")Accessibility — WCAG contrast
Aa
#699fdf on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#699fdf on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green62.4%
Blue87.5%
CMYK percentages
Cyan52.9%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#699fdf text on a black background
contrast 7.63:1
Card sample
#699fdf text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #699fdf;
Background color
Panel with #699fdf background
background-color: #699fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #699fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #699fdf; background: linear-gradient(135deg, #699fdf, #8269DF);