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