#699ddf
a balanced, vivid blue · cool · closest name: steelblue
RGB
105, 157, 223
HSL
214°, 65%, 64%
CMYK
53, 30, 0, 13
Luminance
0.3244
Every format
| HEX | #699ddf |
| RGB | rgb(105, 157, 223) |
| HSL | hsl(214, 65%, 64%) |
| CMYK | cmyk(53%, 30%, 0%, 13%) |
| LAB | lab(63.7 1.3 -38.7) |
| LCH | lch(63.7 38.8 272.0) |
| OKLCH | oklch(0.687 0.113 254.9) |
Copy-ready code
/* CSS */
color: #699ddf;
background-color: #699ddf;
/* Tailwind (arbitrary) */
class="text-[#699ddf] bg-[#699ddf]"
/* SCSS */
$brand: #699ddf;
/* SwiftUI */
Color(red: 0.412, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#699ddf")Accessibility — WCAG contrast
Aa
#699ddf on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#699ddf on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green61.6%
Blue87.5%
CMYK percentages
Cyan52.9%
Magenta29.6%
Yellow0.0%
Key (black)12.5%
Color previews
#699ddf text on a black background
contrast 7.49:1
Card sample
#699ddf text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #699ddf;
Background color
Panel with #699ddf background
background-color: #699ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #699ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #699ddf; background: linear-gradient(135deg, #699ddf, #8469DF);