#69baf1
a light, electric blue · cool · closest name: skyblue
RGB
105, 186, 241
HSL
204°, 83%, 68%
CMYK
56, 23, 0, 6
Luminance
0.4447
Every format
| HEX | #69baf1 |
| RGB | rgb(105, 186, 241) |
| HSL | hsl(204, 83%, 68%) |
| CMYK | cmyk(56%, 23%, 0%, 6%) |
| LAB | lab(72.5 -9.3 -34.8) |
| LCH | lch(72.5 36.0 255.1) |
| OKLCH | oklch(0.759 0.112 240.2) |
Copy-ready code
/* CSS */
color: #69baf1;
background-color: #69baf1;
/* Tailwind (arbitrary) */
class="text-[#69baf1] bg-[#69baf1]"
/* SCSS */
$brand: #69baf1;
/* SwiftUI */
Color(red: 0.412, green: 0.729, blue: 0.945)
/* Android */
Color.parseColor("#69baf1")Accessibility — WCAG contrast
Aa
#69baf1 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69baf1 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green72.9%
Blue94.5%
CMYK percentages
Cyan56.4%
Magenta22.8%
Yellow0.0%
Key (black)5.5%
Color previews
#69baf1 text on a black background
contrast 9.89:1
Card sample
#69baf1 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69baf1;
Background color
Panel with #69baf1 background
background-color: #69baf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69baf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 186, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 186, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69baf1; background: linear-gradient(135deg, #69baf1, #7369F1);