#69dcf4
a light, electric cyan · cool · closest name: skyblue
RGB
105, 220, 244
HSL
190°, 86%, 68%
CMYK
57, 10, 0, 4
Luminance
0.6072
Every format
| HEX | #69dcf4 |
| RGB | rgb(105, 220, 244) |
| HSL | hsl(190, 86%, 68%) |
| CMYK | cmyk(57%, 10%, 0%, 4%) |
| LAB | lab(82.2 -25.9 -21.6) |
| LCH | lch(82.2 33.8 219.8) |
| OKLCH | oklch(0.837 0.109 213.3) |
Copy-ready code
/* CSS */
color: #69dcf4;
background-color: #69dcf4;
/* Tailwind (arbitrary) */
class="text-[#69dcf4] bg-[#69dcf4]"
/* SCSS */
$brand: #69dcf4;
/* SwiftUI */
Color(red: 0.412, green: 0.863, blue: 0.957)
/* Android */
Color.parseColor("#69dcf4")Accessibility — WCAG contrast
Aa
#69dcf4 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69dcf4 on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green86.3%
Blue95.7%
CMYK percentages
Cyan57.0%
Magenta9.8%
Yellow0.0%
Key (black)4.3%
Color previews
#69dcf4 text on a black background
contrast 13.14:1
Card sample
#69dcf4 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69dcf4;
Background color
Panel with #69dcf4 background
background-color: #69dcf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69dcf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 220, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 220, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69dcf4; background: linear-gradient(135deg, #69dcf4, #697FF4);