#69fffb
a light, electric cyan · cool · closest name: cyan
RGB
105, 255, 251
HSL
178°, 100%, 71%
CMYK
59, 0, 2, 0
Luminance
0.8149
Every format
| HEX | #69fffb |
| RGB | rgb(105, 255, 251) |
| HSL | hsl(178, 100%, 71%) |
| CMYK | cmyk(59%, 0%, 2%, 0%) |
| LAB | lab(92.3 -40.5 -10.1) |
| LCH | lch(92.3 41.8 194.0) |
| OKLCH | oklch(0.919 0.127 192.7) |
Copy-ready code
/* CSS */
color: #69fffb;
background-color: #69fffb;
/* Tailwind (arbitrary) */
class="text-[#69fffb] bg-[#69fffb]"
/* SCSS */
$brand: #69fffb;
/* SwiftUI */
Color(red: 0.412, green: 1.000, blue: 0.984)
/* Android */
Color.parseColor("#69fffb")Accessibility — WCAG contrast
Aa
#69fffb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69fffb on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green100.0%
Blue98.4%
CMYK percentages
Cyan58.8%
Magenta0.0%
Yellow1.6%
Key (black)0.0%
Color previews
#69fffb text on a black background
contrast 17.30:1
Card sample
#69fffb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69fffb;
Background color
Panel with #69fffb background
background-color: #69fffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69fffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 255, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 255, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69fffb; background: linear-gradient(135deg, #69fffb, #699FFF);