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