#69bfd9
a balanced, vivid cyan · cool · closest name: skyblue
RGB
105, 191, 217
HSL
194°, 60%, 63%
CMYK
52, 12, 0, 15
Luminance
0.4527
Every format
| HEX | #69bfd9 |
| RGB | rgb(105, 191, 217) |
| HSL | hsl(194, 60%, 63%) |
| CMYK | cmyk(52%, 12%, 0%, 15%) |
| LAB | lab(73.1 -18.9 -21.0) |
| LCH | lch(73.1 28.3 228.0) |
| OKLCH | oklch(0.760 0.091 219.8) |
Copy-ready code
/* CSS */
color: #69bfd9;
background-color: #69bfd9;
/* Tailwind (arbitrary) */
class="text-[#69bfd9] bg-[#69bfd9]"
/* SCSS */
$brand: #69bfd9;
/* SwiftUI */
Color(red: 0.412, green: 0.749, blue: 0.851)
/* Android */
Color.parseColor("#69bfd9")Accessibility — WCAG contrast
Aa
#69bfd9 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69bfd9 on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green74.9%
Blue85.1%
CMYK percentages
Cyan51.6%
Magenta12.0%
Yellow0.0%
Key (black)14.9%
Color previews
#69bfd9 text on a black background
contrast 10.05:1
Card sample
#69bfd9 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69bfd9;
Background color
Panel with #69bfd9 background
background-color: #69bfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69bfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 191, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 191, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69bfd9; background: linear-gradient(135deg, #69bfd9, #6974D9);