#69b4ff
a light, electric blue · cool · closest name: steelblue
RGB
105, 180, 255
HSL
210°, 100%, 71%
CMYK
59, 29, 0, 0
Luminance
0.4287
Every format
| HEX | #69b4ff |
| RGB | rgb(105, 180, 255) |
| HSL | hsl(210, 100%, 71%) |
| CMYK | cmyk(59%, 29%, 0%, 0%) |
| LAB | lab(71.5 -1.7 -44.1) |
| LCH | lch(71.5 44.1 267.8) |
| OKLCH | oklch(0.752 0.132 250.0) |
Copy-ready code
/* CSS */
color: #69b4ff;
background-color: #69b4ff;
/* Tailwind (arbitrary) */
class="text-[#69b4ff] bg-[#69b4ff]"
/* SCSS */
$brand: #69b4ff;
/* SwiftUI */
Color(red: 0.412, green: 0.706, blue: 1.000)
/* Android */
Color.parseColor("#69b4ff")Accessibility — WCAG contrast
Aa
#69b4ff on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69b4ff on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green70.6%
Blue100.0%
CMYK percentages
Cyan58.8%
Magenta29.4%
Yellow0.0%
Key (black)0.0%
Color previews
#69b4ff text on a black background
contrast 9.57:1
Card sample
#69b4ff text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69b4ff;
Background color
Panel with #69b4ff background
background-color: #69b4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69b4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 180, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 180, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69b4ff; background: linear-gradient(135deg, #69b4ff, #8269FF);