#69cdfc
a light, electric cyan · cool · closest name: skyblue
RGB
105, 205, 252
HSL
199°, 96%, 70%
CMYK
58, 19, 0, 1
Luminance
0.5369
Every format
| HEX | #69cdfc |
| RGB | rgb(105, 205, 252) |
| HSL | hsl(199, 96%, 70%) |
| CMYK | cmyk(58%, 19%, 0%, 1%) |
| LAB | lab(78.3 -16.1 -31.9) |
| LCH | lch(78.3 35.7 243.3) |
| OKLCH | oklch(0.806 0.115 230.9) |
Copy-ready code
/* CSS */
color: #69cdfc;
background-color: #69cdfc;
/* Tailwind (arbitrary) */
class="text-[#69cdfc] bg-[#69cdfc]"
/* SCSS */
$brand: #69cdfc;
/* SwiftUI */
Color(red: 0.412, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#69cdfc")Accessibility — WCAG contrast
Aa
#69cdfc on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69cdfc on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green80.4%
Blue98.8%
CMYK percentages
Cyan58.3%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#69cdfc text on a black background
contrast 11.74:1
Card sample
#69cdfc text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69cdfc;
Background color
Panel with #69cdfc background
background-color: #69cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69cdfc; background: linear-gradient(135deg, #69cdfc, #696BFC);