#69fcfd
a light, electric cyan · cool · closest name: cyan
RGB
105, 252, 253
HSL
180°, 97%, 70%
CMYK
59, 0, 0, 1
Luminance
0.7972
Every format
| HEX | #69fcfd |
| RGB | rgb(105, 252, 253) |
| HSL | hsl(180, 97%, 70%) |
| CMYK | cmyk(59%, 0%, 0%, 1%) |
| LAB | lab(91.5 -38.6 -12.3) |
| LCH | lch(91.5 40.5 197.6) |
| OKLCH | oklch(0.913 0.125 195.8) |
Copy-ready code
/* CSS */
color: #69fcfd;
background-color: #69fcfd;
/* Tailwind (arbitrary) */
class="text-[#69fcfd] bg-[#69fcfd]"
/* SCSS */
$brand: #69fcfd;
/* SwiftUI */
Color(red: 0.412, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#69fcfd")Accessibility — WCAG contrast
Aa
#69fcfd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69fcfd on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green98.8%
Blue99.2%
CMYK percentages
Cyan58.5%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#69fcfd text on a black background
contrast 16.94:1
Card sample
#69fcfd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69fcfd;
Background color
Panel with #69fcfd background
background-color: #69fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69fcfd; background: linear-gradient(135deg, #69fcfd, #6999FD);