#69cfff
a light, electric cyan · cool · closest name: skyblue
RGB
105, 207, 255
HSL
199°, 100%, 71%
CMYK
59, 19, 0, 0
Luminance
0.5485
Every format
| HEX | #69cfff |
| RGB | rgb(105, 207, 255) |
| HSL | hsl(199, 100%, 71%) |
| CMYK | cmyk(59%, 19%, 0%, 0%) |
| LAB | lab(79.0 -16.2 -32.5) |
| LCH | lch(79.0 36.3 243.5) |
| OKLCH | oklch(0.812 0.117 231.0) |
Copy-ready code
/* CSS */
color: #69cfff;
background-color: #69cfff;
/* Tailwind (arbitrary) */
class="text-[#69cfff] bg-[#69cfff]"
/* SCSS */
$brand: #69cfff;
/* SwiftUI */
Color(red: 0.412, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#69cfff")Accessibility — WCAG contrast
Aa
#69cfff on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69cfff on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green81.2%
Blue100.0%
CMYK percentages
Cyan58.8%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#69cfff text on a black background
contrast 11.97:1
Card sample
#69cfff text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69cfff;
Background color
Panel with #69cfff background
background-color: #69cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69cfff; background: linear-gradient(135deg, #69cfff, #696BFF);