#69dfea
a light, electric cyan · cool · closest name: skyblue
RGB
105, 223, 234
HSL
185°, 75%, 67%
CMYK
55, 5, 0, 8
Luminance
0.6172
Every format
| HEX | #69dfea |
| RGB | rgb(105, 223, 234) |
| HSL | hsl(185, 75%, 67%) |
| CMYK | cmyk(55%, 5%, 0%, 8%) |
| LAB | lab(82.8 -30.1 -15.5) |
| LCH | lch(82.8 33.9 207.2) |
| OKLCH | oklch(0.840 0.107 203.6) |
Copy-ready code
/* CSS */
color: #69dfea;
background-color: #69dfea;
/* Tailwind (arbitrary) */
class="text-[#69dfea] bg-[#69dfea]"
/* SCSS */
$brand: #69dfea;
/* SwiftUI */
Color(red: 0.412, green: 0.875, blue: 0.918)
/* Android */
Color.parseColor("#69dfea")Accessibility — WCAG contrast
Aa
#69dfea on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69dfea on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green87.5%
Blue91.8%
CMYK percentages
Cyan55.1%
Magenta4.7%
Yellow0.0%
Key (black)8.2%
Color previews
#69dfea text on a black background
contrast 13.34:1
Card sample
#69dfea text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69dfea;
Background color
Panel with #69dfea background
background-color: #69dfea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69dfea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 223, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 223, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69dfea; background: linear-gradient(135deg, #69dfea, #6989EA);