#6cfdff
a light, electric cyan · cool · closest name: cyan
RGB
108, 253, 255
HSL
181°, 100%, 71%
CMYK
58, 1, 0, 0
Luminance
0.8066
Every format
| HEX | #6cfdff |
| RGB | rgb(108, 253, 255) |
| HSL | hsl(181, 100%, 71%) |
| CMYK | cmyk(58%, 1%, 0%, 0%) |
| LAB | lab(92.0 -38.0 -12.7) |
| LCH | lch(92.0 40.1 198.4) |
| OKLCH | oklch(0.916 0.124 196.5) |
Copy-ready code
/* CSS */
color: #6cfdff;
background-color: #6cfdff;
/* Tailwind (arbitrary) */
class="text-[#6cfdff] bg-[#6cfdff]"
/* SCSS */
$brand: #6cfdff;
/* SwiftUI */
Color(red: 0.424, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#6cfdff")Accessibility — WCAG contrast
Aa
#6cfdff on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cfdff on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green99.2%
Blue100.0%
CMYK percentages
Cyan57.6%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#6cfdff text on a black background
contrast 17.13:1
Card sample
#6cfdff text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cfdff;
Background color
Panel with #6cfdff background
background-color: #6cfdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cfdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cfdff; background: linear-gradient(135deg, #6cfdff, #6C9BFF);