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