#69bcf2
a light, electric blue · cool · closest name: skyblue
RGB
105, 188, 242
HSL
204°, 84%, 68%
CMYK
57, 22, 0, 5
Luminance
0.4538
Every format
| HEX | #69bcf2 |
| RGB | rgb(105, 188, 242) |
| HSL | hsl(204, 84%, 68%) |
| CMYK | cmyk(57%, 22%, 0%, 5%) |
| LAB | lab(73.1 -10.1 -34.5) |
| LCH | lch(73.1 35.9 253.7) |
| OKLCH | oklch(0.764 0.112 239.1) |
Copy-ready code
/* CSS */
color: #69bcf2;
background-color: #69bcf2;
/* Tailwind (arbitrary) */
class="text-[#69bcf2] bg-[#69bcf2]"
/* SCSS */
$brand: #69bcf2;
/* SwiftUI */
Color(red: 0.412, green: 0.737, blue: 0.949)
/* Android */
Color.parseColor("#69bcf2")Accessibility — WCAG contrast
Aa
#69bcf2 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69bcf2 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green73.7%
Blue94.9%
CMYK percentages
Cyan56.6%
Magenta22.3%
Yellow0.0%
Key (black)5.1%
Color previews
#69bcf2 text on a black background
contrast 10.08:1
Card sample
#69bcf2 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69bcf2;
Background color
Panel with #69bcf2 background
background-color: #69bcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69bcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 188, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 188, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69bcf2; background: linear-gradient(135deg, #69bcf2, #7169F2);