#69bdfb
a light, electric blue · cool · closest name: skyblue
RGB
105, 189, 251
HSL
206°, 95%, 70%
CMYK
58, 25, 0, 2
Luminance
0.4636
Every format
| HEX | #69bdfb |
| RGB | rgb(105, 189, 251) |
| HSL | hsl(206, 95%, 70%) |
| CMYK | cmyk(58%, 25%, 0%, 2%) |
| LAB | lab(73.8 -7.9 -38.3) |
| LCH | lch(73.8 39.1 258.4) |
| OKLCH | oklch(0.770 0.121 242.5) |
Copy-ready code
/* CSS */
color: #69bdfb;
background-color: #69bdfb;
/* Tailwind (arbitrary) */
class="text-[#69bdfb] bg-[#69bdfb]"
/* SCSS */
$brand: #69bdfb;
/* SwiftUI */
Color(red: 0.412, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#69bdfb")Accessibility — WCAG contrast
Aa
#69bdfb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69bdfb on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green74.1%
Blue98.4%
CMYK percentages
Cyan58.2%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#69bdfb text on a black background
contrast 10.27:1
Card sample
#69bdfb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69bdfb;
Background color
Panel with #69bdfb background
background-color: #69bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69bdfb; background: linear-gradient(135deg, #69bdfb, #7669FB);