#69adfd
a light, electric blue · cool · closest name: dodgerblue
RGB
105, 173, 253
HSL
212°, 97%, 70%
CMYK
59, 32, 0, 1
Luminance
0.3998
Every format
| HEX | #69adfd |
| RGB | rgb(105, 173, 253) |
| HSL | hsl(212, 97%, 70%) |
| CMYK | cmyk(59%, 32%, 0%, 1%) |
| LAB | lab(69.5 1.6 -46.2) |
| LCH | lch(69.5 46.2 272.0) |
| OKLCH | oklch(0.736 0.136 253.5) |
Copy-ready code
/* CSS */
color: #69adfd;
background-color: #69adfd;
/* Tailwind (arbitrary) */
class="text-[#69adfd] bg-[#69adfd]"
/* SCSS */
$brand: #69adfd;
/* SwiftUI */
Color(red: 0.412, green: 0.678, blue: 0.992)
/* Android */
Color.parseColor("#69adfd")Accessibility — WCAG contrast
Aa
#69adfd on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69adfd on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green67.8%
Blue99.2%
CMYK percentages
Cyan58.5%
Magenta31.6%
Yellow0.0%
Key (black)0.8%
Color previews
#69adfd text on a black background
contrast 9.00:1
Card sample
#69adfd text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69adfd;
Background color
Panel with #69adfd background
background-color: #69adfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69adfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 173, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 173, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69adfd; background: linear-gradient(135deg, #69adfd, #8869FD);