#69dbeb
a light, electric cyan · cool · closest name: skyblue
RGB
105, 219, 235
HSL
187°, 77%, 67%
CMYK
55, 7, 0, 8
Luminance
0.5966
Every format
| HEX | #69dbeb |
| RGB | rgb(105, 219, 235) |
| HSL | hsl(187, 77%, 67%) |
| CMYK | cmyk(55%, 7%, 0%, 8%) |
| LAB | lab(81.7 -27.9 -17.7) |
| LCH | lch(81.7 33.1 212.3) |
| OKLCH | oklch(0.831 0.105 207.6) |
Copy-ready code
/* CSS */
color: #69dbeb;
background-color: #69dbeb;
/* Tailwind (arbitrary) */
class="text-[#69dbeb] bg-[#69dbeb]"
/* SCSS */
$brand: #69dbeb;
/* SwiftUI */
Color(red: 0.412, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#69dbeb")Accessibility — WCAG contrast
Aa
#69dbeb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69dbeb on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green85.9%
Blue92.2%
CMYK percentages
Cyan55.3%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#69dbeb text on a black background
contrast 12.93:1
Card sample
#69dbeb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69dbeb;
Background color
Panel with #69dbeb background
background-color: #69dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69dbeb; background: linear-gradient(135deg, #69dbeb, #6984EB);