#69afdf
a balanced, vivid blue · cool · closest name: skyblue
RGB
105, 175, 223
HSL
204°, 65%, 64%
CMYK
53, 22, 0, 13
Luminance
0.3899
Every format
| HEX | #69afdf |
| RGB | rgb(105, 175, 223) |
| HSL | hsl(204, 65%, 64%) |
| CMYK | cmyk(53%, 22%, 0%, 13%) |
| LAB | lab(68.7 -8.7 -30.9) |
| LCH | lch(68.7 32.1 254.3) |
| OKLCH | oklch(0.727 0.100 240.0) |
Copy-ready code
/* CSS */
color: #69afdf;
background-color: #69afdf;
/* Tailwind (arbitrary) */
class="text-[#69afdf] bg-[#69afdf]"
/* SCSS */
$brand: #69afdf;
/* SwiftUI */
Color(red: 0.412, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#69afdf")Accessibility — WCAG contrast
Aa
#69afdf on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69afdf on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green68.6%
Blue87.5%
CMYK percentages
Cyan52.9%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#69afdf text on a black background
contrast 8.80:1
Card sample
#69afdf text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69afdf;
Background color
Panel with #69afdf background
background-color: #69afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69afdf; background: linear-gradient(135deg, #69afdf, #7269DF);