#69cdff
a light, electric blue · cool · closest name: skyblue
RGB
105, 205, 255
HSL
200°, 100%, 71%
CMYK
59, 20, 0, 0
Luminance
0.5389
Every format
| HEX | #69cdff |
| RGB | rgb(105, 205, 255) |
| HSL | hsl(200, 100%, 71%) |
| CMYK | cmyk(59%, 20%, 0%, 0%) |
| LAB | lab(78.4 -15.2 -33.3) |
| LCH | lch(78.4 36.6 245.5) |
| OKLCH | oklch(0.807 0.117 232.5) |
Copy-ready code
/* CSS */
color: #69cdff;
background-color: #69cdff;
/* Tailwind (arbitrary) */
class="text-[#69cdff] bg-[#69cdff]"
/* SCSS */
$brand: #69cdff;
/* SwiftUI */
Color(red: 0.412, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#69cdff")Accessibility — WCAG contrast
Aa
#69cdff on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69cdff on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green80.4%
Blue100.0%
CMYK percentages
Cyan58.8%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#69cdff text on a black background
contrast 11.78:1
Card sample
#69cdff text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69cdff;
Background color
Panel with #69cdff background
background-color: #69cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69cdff; background: linear-gradient(135deg, #69cdff, #6969FF);