#6ff5fd
a light, electric cyan · cool · closest name: cyan
RGB
111, 245, 253
HSL
183°, 97%, 71%
CMYK
56, 3, 0, 1
Luminance
0.7578
Every format
| HEX | #6ff5fd |
| RGB | rgb(111, 245, 253) |
| HSL | hsl(183, 97%, 71%) |
| CMYK | cmyk(56%, 3%, 0%, 1%) |
| LAB | lab(89.8 -34.4 -15.0) |
| LCH | lch(89.8 37.5 203.5) |
| OKLCH | oklch(0.899 0.117 200.6) |
Copy-ready code
/* CSS */
color: #6ff5fd;
background-color: #6ff5fd;
/* Tailwind (arbitrary) */
class="text-[#6ff5fd] bg-[#6ff5fd]"
/* SCSS */
$brand: #6ff5fd;
/* SwiftUI */
Color(red: 0.435, green: 0.961, blue: 0.992)
/* Android */
Color.parseColor("#6ff5fd")Accessibility — WCAG contrast
Aa
#6ff5fd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ff5fd on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green96.1%
Blue99.2%
CMYK percentages
Cyan56.1%
Magenta3.2%
Yellow0.0%
Key (black)0.8%
Color previews
#6ff5fd text on a black background
contrast 16.16:1
Card sample
#6ff5fd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ff5fd;
Background color
Panel with #6ff5fd background
background-color: #6ff5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ff5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 245, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 245, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ff5fd; background: linear-gradient(135deg, #6ff5fd, #6F96FD);