#69f1ff
a light, electric cyan · cool · closest name: cyan
RGB
105, 241, 255
HSL
186°, 100%, 71%
CMYK
59, 6, 0, 0
Luminance
0.7313
Every format
| HEX | #69f1ff |
| RGB | rgb(105, 241, 255) |
| HSL | hsl(186, 100%, 71%) |
| CMYK | cmyk(59%, 6%, 0%, 0%) |
| LAB | lab(88.5 -33.0 -17.9) |
| LCH | lch(88.5 37.5 208.5) |
| OKLCH | oklch(0.888 0.119 204.6) |
Copy-ready code
/* CSS */
color: #69f1ff;
background-color: #69f1ff;
/* Tailwind (arbitrary) */
class="text-[#69f1ff] bg-[#69f1ff]"
/* SCSS */
$brand: #69f1ff;
/* SwiftUI */
Color(red: 0.412, green: 0.945, blue: 1.000)
/* Android */
Color.parseColor("#69f1ff")Accessibility — WCAG contrast
Aa
#69f1ff on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69f1ff on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green94.5%
Blue100.0%
CMYK percentages
Cyan58.8%
Magenta5.5%
Yellow0.0%
Key (black)0.0%
Color previews
#69f1ff text on a black background
contrast 15.63:1
Card sample
#69f1ff text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69f1ff;
Background color
Panel with #69f1ff background
background-color: #69f1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69f1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 241, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 241, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69f1ff; background: linear-gradient(135deg, #69f1ff, #698DFF);