#69cbf2
a light, electric cyan · cool · closest name: skyblue
RGB
105, 203, 242
HSL
197°, 84%, 68%
CMYK
57, 16, 0, 5
Luminance
0.5213
Every format
| HEX | #69cbf2 |
| RGB | rgb(105, 203, 242) |
| HSL | hsl(197, 84%, 68%) |
| CMYK | cmyk(57%, 16%, 0%, 5%) |
| LAB | lab(77.3 -17.9 -28.0) |
| LCH | lch(77.3 33.2 237.3) |
| OKLCH | oklch(0.797 0.107 226.5) |
Copy-ready code
/* CSS */
color: #69cbf2;
background-color: #69cbf2;
/* Tailwind (arbitrary) */
class="text-[#69cbf2] bg-[#69cbf2]"
/* SCSS */
$brand: #69cbf2;
/* SwiftUI */
Color(red: 0.412, green: 0.796, blue: 0.949)
/* Android */
Color.parseColor("#69cbf2")Accessibility — WCAG contrast
Aa
#69cbf2 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69cbf2 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green79.6%
Blue94.9%
CMYK percentages
Cyan56.6%
Magenta16.1%
Yellow0.0%
Key (black)5.1%
Color previews
#69cbf2 text on a black background
contrast 11.43:1
Card sample
#69cbf2 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69cbf2;
Background color
Panel with #69cbf2 background
background-color: #69cbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69cbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 203, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 203, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69cbf2; background: linear-gradient(135deg, #69cbf2, #696FF2);