#69cdda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
105, 205, 218
HSL
187°, 60%, 63%
CMYK
52, 6, 0, 15
Luminance
0.5173
Every format
| HEX | #69cdda |
| RGB | rgb(105, 205, 218) |
| HSL | hsl(187, 60%, 63%) |
| CMYK | cmyk(52%, 6%, 0%, 15%) |
| LAB | lab(77.1 -25.7 -15.4) |
| LCH | lch(77.1 30.0 211.0) |
| OKLCH | oklch(0.793 0.095 206.6) |
Copy-ready code
/* CSS */
color: #69cdda;
background-color: #69cdda;
/* Tailwind (arbitrary) */
class="text-[#69cdda] bg-[#69cdda]"
/* SCSS */
$brand: #69cdda;
/* SwiftUI */
Color(red: 0.412, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#69cdda")Accessibility — WCAG contrast
Aa
#69cdda on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69cdda on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green80.4%
Blue85.5%
CMYK percentages
Cyan51.8%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#69cdda text on a black background
contrast 11.35:1
Card sample
#69cdda text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69cdda;
Background color
Panel with #69cdda background
background-color: #69cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69cdda; background: linear-gradient(135deg, #69cdda, #6982DA);