#69fff5
a light, electric cyan · cool · closest name: cyan
RGB
105, 255, 245
HSL
176°, 100%, 71%
CMYK
59, 0, 4, 0
Luminance
0.8112
Every format
| HEX | #69fff5 |
| RGB | rgb(105, 255, 245) |
| HSL | hsl(176, 100%, 71%) |
| CMYK | cmyk(59%, 0%, 4%, 0%) |
| LAB | lab(92.2 -42.0 -7.2) |
| LCH | lch(92.2 42.7 189.7) |
| OKLCH | oklch(0.917 0.128 189.1) |
Copy-ready code
/* CSS */
color: #69fff5;
background-color: #69fff5;
/* Tailwind (arbitrary) */
class="text-[#69fff5] bg-[#69fff5]"
/* SCSS */
$brand: #69fff5;
/* SwiftUI */
Color(red: 0.412, green: 1.000, blue: 0.961)
/* Android */
Color.parseColor("#69fff5")Accessibility — WCAG contrast
Aa
#69fff5 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69fff5 on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green100.0%
Blue96.1%
CMYK percentages
Cyan58.8%
Magenta0.0%
Yellow3.9%
Key (black)0.0%
Color previews
#69fff5 text on a black background
contrast 17.22:1
Card sample
#69fff5 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69fff5;
Background color
Panel with #69fff5 background
background-color: #69fff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69fff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 255, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 255, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69fff5; background: linear-gradient(135deg, #69fff5, #69A5FF);