#69cefd
a light, electric cyan · cool · closest name: skyblue
RGB
105, 206, 253
HSL
199°, 97%, 70%
CMYK
59, 19, 0, 1
Luminance
0.5424
Every format
| HEX | #69cefd |
| RGB | rgb(105, 206, 253) |
| HSL | hsl(199, 97%, 70%) |
| CMYK | cmyk(59%, 19%, 0%, 1%) |
| LAB | lab(78.6 -16.3 -31.9) |
| LCH | lch(78.6 35.9 243.0) |
| OKLCH | oklch(0.809 0.115 230.6) |
Copy-ready code
/* CSS */
color: #69cefd;
background-color: #69cefd;
/* Tailwind (arbitrary) */
class="text-[#69cefd] bg-[#69cefd]"
/* SCSS */
$brand: #69cefd;
/* SwiftUI */
Color(red: 0.412, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#69cefd")Accessibility — WCAG contrast
Aa
#69cefd on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69cefd on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green80.8%
Blue99.2%
CMYK percentages
Cyan58.5%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#69cefd text on a black background
contrast 11.85:1
Card sample
#69cefd text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69cefd;
Background color
Panel with #69cefd background
background-color: #69cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69cefd; background: linear-gradient(135deg, #69cefd, #696BFD);