#69cbdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
105, 203, 223
HSL
190°, 65%, 64%
CMYK
53, 9, 0, 13
Luminance
0.5104
Every format
| HEX | #69cbdf |
| RGB | rgb(105, 203, 223) |
| HSL | hsl(190, 65%, 64%) |
| CMYK | cmyk(53%, 9%, 0%, 13%) |
| LAB | lab(76.7 -23.3 -18.8) |
| LCH | lch(76.7 29.9 218.8) |
| OKLCH | oklch(0.790 0.096 212.6) |
Copy-ready code
/* CSS */
color: #69cbdf;
background-color: #69cbdf;
/* Tailwind (arbitrary) */
class="text-[#69cbdf] bg-[#69cbdf]"
/* SCSS */
$brand: #69cbdf;
/* SwiftUI */
Color(red: 0.412, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#69cbdf")Accessibility — WCAG contrast
Aa
#69cbdf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69cbdf on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green79.6%
Blue87.5%
CMYK percentages
Cyan52.9%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#69cbdf text on a black background
contrast 11.21:1
Card sample
#69cbdf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69cbdf;
Background color
Panel with #69cbdf background
background-color: #69cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69cbdf; background: linear-gradient(135deg, #69cbdf, #697CDF);