#69cceb
a light, electric cyan · cool · closest name: skyblue
RGB
105, 204, 235
HSL
194°, 77%, 67%
CMYK
55, 13, 0, 8
Luminance
0.5219
Every format
| HEX | #69cceb |
| RGB | rgb(105, 204, 235) |
| HSL | hsl(194, 77%, 67%) |
| CMYK | cmyk(55%, 13%, 0%, 8%) |
| LAB | lab(77.4 -20.5 -24.2) |
| LCH | lch(77.4 31.7 229.7) |
| OKLCH | oklch(0.797 0.102 220.9) |
Copy-ready code
/* CSS */
color: #69cceb;
background-color: #69cceb;
/* Tailwind (arbitrary) */
class="text-[#69cceb] bg-[#69cceb]"
/* SCSS */
$brand: #69cceb;
/* SwiftUI */
Color(red: 0.412, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#69cceb")Accessibility — WCAG contrast
Aa
#69cceb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69cceb on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green80.0%
Blue92.2%
CMYK percentages
Cyan55.3%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#69cceb text on a black background
contrast 11.44:1
Card sample
#69cceb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69cceb;
Background color
Panel with #69cceb background
background-color: #69cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69cceb; background: linear-gradient(135deg, #69cceb, #6975EB);