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