#69abdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
105, 171, 223
HSL
206°, 65%, 64%
CMYK
53, 23, 0, 13
Luminance
0.3746
Every format
| HEX | #69abdf |
| RGB | rgb(105, 171, 223) |
| HSL | hsl(206, 65%, 64%) |
| CMYK | cmyk(53%, 23%, 0%, 13%) |
| LAB | lab(67.6 -6.5 -32.7) |
| LCH | lch(67.6 33.3 258.7) |
| OKLCH | oklch(0.718 0.102 243.7) |
Copy-ready code
/* CSS */
color: #69abdf;
background-color: #69abdf;
/* Tailwind (arbitrary) */
class="text-[#69abdf] bg-[#69abdf]"
/* SCSS */
$brand: #69abdf;
/* SwiftUI */
Color(red: 0.412, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#69abdf")Accessibility — WCAG contrast
Aa
#69abdf on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69abdf on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green67.1%
Blue87.5%
CMYK percentages
Cyan52.9%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#69abdf text on a black background
contrast 8.49:1
Card sample
#69abdf text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69abdf;
Background color
Panel with #69abdf background
background-color: #69abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69abdf; background: linear-gradient(135deg, #69abdf, #7669DF);