#69bdff
a light, electric blue · cool · closest name: skyblue
RGB
105, 189, 255
HSL
206°, 100%, 71%
CMYK
59, 26, 0, 0
Luminance
0.4662
Every format
| HEX | #69bdff |
| RGB | rgb(105, 189, 255) |
| HSL | hsl(206, 100%, 71%) |
| CMYK | cmyk(59%, 26%, 0%, 0%) |
| LAB | lab(73.9 -6.6 -40.2) |
| LCH | lch(73.9 40.8 260.6) |
| OKLCH | oklch(0.772 0.126 244.2) |
Copy-ready code
/* CSS */
color: #69bdff;
background-color: #69bdff;
/* Tailwind (arbitrary) */
class="text-[#69bdff] bg-[#69bdff]"
/* SCSS */
$brand: #69bdff;
/* SwiftUI */
Color(red: 0.412, green: 0.741, blue: 1.000)
/* Android */
Color.parseColor("#69bdff")Accessibility — WCAG contrast
Aa
#69bdff on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69bdff on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green74.1%
Blue100.0%
CMYK percentages
Cyan58.8%
Magenta25.9%
Yellow0.0%
Key (black)0.0%
Color previews
#69bdff text on a black background
contrast 10.32:1
Card sample
#69bdff text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69bdff;
Background color
Panel with #69bdff background
background-color: #69bdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69bdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 189, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 189, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69bdff; background: linear-gradient(135deg, #69bdff, #7969FF);