#69acff
a light, electric blue · cool · closest name: dodgerblue
RGB
105, 172, 255
HSL
213°, 100%, 71%
CMYK
59, 33, 0, 0
Luminance
0.3973
Every format
| HEX | #69acff |
| RGB | rgb(105, 172, 255) |
| HSL | hsl(213, 100%, 71%) |
| CMYK | cmyk(59%, 33%, 0%, 0%) |
| LAB | lab(69.3 2.8 -47.5) |
| LCH | lch(69.3 47.6 273.3) |
| OKLCH | oklch(0.735 0.139 254.6) |
Copy-ready code
/* CSS */
color: #69acff;
background-color: #69acff;
/* Tailwind (arbitrary) */
class="text-[#69acff] bg-[#69acff]"
/* SCSS */
$brand: #69acff;
/* SwiftUI */
Color(red: 0.412, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#69acff")Accessibility — WCAG contrast
Aa
#69acff on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69acff on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green67.5%
Blue100.0%
CMYK percentages
Cyan58.8%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#69acff text on a black background
contrast 8.95:1
Card sample
#69acff text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69acff;
Background color
Panel with #69acff background
background-color: #69acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69acff; background: linear-gradient(135deg, #69acff, #8A69FF);