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