#69aef2
a light, electric blue · cool · closest name: steelblue
RGB
105, 174, 242
HSL
210°, 84%, 68%
CMYK
57, 28, 0, 5
Luminance
0.3969
Every format
| HEX | #69aef2 |
| RGB | rgb(105, 174, 242) |
| HSL | hsl(210, 84%, 68%) |
| CMYK | cmyk(57%, 28%, 0%, 5%) |
| LAB | lab(69.2 -2.4 -40.5) |
| LCH | lch(69.2 40.6 266.6) |
| OKLCH | oklch(0.733 0.122 249.5) |
Copy-ready code
/* CSS */
color: #69aef2;
background-color: #69aef2;
/* Tailwind (arbitrary) */
class="text-[#69aef2] bg-[#69aef2]"
/* SCSS */
$brand: #69aef2;
/* SwiftUI */
Color(red: 0.412, green: 0.682, blue: 0.949)
/* Android */
Color.parseColor("#69aef2")Accessibility — WCAG contrast
Aa
#69aef2 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69aef2 on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green68.2%
Blue94.9%
CMYK percentages
Cyan56.6%
Magenta28.1%
Yellow0.0%
Key (black)5.1%
Color previews
#69aef2 text on a black background
contrast 8.94:1
Card sample
#69aef2 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69aef2;
Background color
Panel with #69aef2 background
background-color: #69aef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69aef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 174, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 174, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69aef2; background: linear-gradient(135deg, #69aef2, #7F69F2);