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