#69dfe9
a light, vivid cyan · cool · closest name: skyblue
RGB
105, 223, 233
HSL
185°, 74%, 66%
CMYK
55, 4, 0, 9
Luminance
0.6166
Every format
| HEX | #69dfe9 |
| RGB | rgb(105, 223, 233) |
| HSL | hsl(185, 74%, 66%) |
| CMYK | cmyk(55%, 4%, 0%, 9%) |
| LAB | lab(82.7 -30.4 -15.0) |
| LCH | lch(82.7 33.9 206.3) |
| OKLCH | oklch(0.840 0.107 202.8) |
Copy-ready code
/* CSS */
color: #69dfe9;
background-color: #69dfe9;
/* Tailwind (arbitrary) */
class="text-[#69dfe9] bg-[#69dfe9]"
/* SCSS */
$brand: #69dfe9;
/* SwiftUI */
Color(red: 0.412, green: 0.875, blue: 0.914)
/* Android */
Color.parseColor("#69dfe9")Accessibility — WCAG contrast
Aa
#69dfe9 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69dfe9 on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green87.5%
Blue91.4%
CMYK percentages
Cyan54.9%
Magenta4.3%
Yellow0.0%
Key (black)8.6%
Color previews
#69dfe9 text on a black background
contrast 13.33:1
Card sample
#69dfe9 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69dfe9;
Background color
Panel with #69dfe9 background
background-color: #69dfe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69dfe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 223, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 223, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69dfe9; background: linear-gradient(135deg, #69dfe9, #698AE9);