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