#c6ffeb
a pale, electric green · cool · closest name: beige
RGB
198, 255, 235
HSL
159°, 100%, 89%
CMYK
22, 0, 8, 0
Luminance
0.8952
Every format
| HEX | #c6ffeb |
| RGB | rgb(198, 255, 235) |
| HSL | hsl(159, 100%, 89%) |
| CMYK | cmyk(22%, 0%, 8%, 0%) |
| LAB | lab(95.8 -21.8 3.7) |
| LCH | lch(95.8 22.1 170.4) |
| OKLCH | oklch(0.956 0.064 171.4) |
Copy-ready code
/* CSS */
color: #c6ffeb;
background-color: #c6ffeb;
/* Tailwind (arbitrary) */
class="text-[#c6ffeb] bg-[#c6ffeb]"
/* SCSS */
$brand: #c6ffeb;
/* SwiftUI */
Color(red: 0.776, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#c6ffeb")Accessibility — WCAG contrast
Aa
#c6ffeb on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ffeb on black: 18.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green100.0%
Blue92.2%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#c6ffeb text on a black background
contrast 18.90:1
Card sample
#c6ffeb text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ffeb;
Background color
Panel with #c6ffeb background
background-color: #c6ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ffeb; background: linear-gradient(135deg, #c6ffeb, #C6EDFF);