#c6f5cf
a pale, vivid green · cool · closest name: beige
RGB
198, 245, 207
HSL
132°, 70%, 87%
CMYK
19, 0, 16, 4
Luminance
0.8182
Every format
| HEX | #c6f5cf |
| RGB | rgb(198, 245, 207) |
| HSL | hsl(132, 70%, 87%) |
| CMYK | cmyk(19%, 0%, 16%, 4%) |
| LAB | lab(92.5 -22.2 13.4) |
| LCH | lch(92.5 25.9 148.9) |
| OKLCH | oklch(0.927 0.070 150.5) |
Copy-ready code
/* CSS */
color: #c6f5cf;
background-color: #c6f5cf;
/* Tailwind (arbitrary) */
class="text-[#c6f5cf] bg-[#c6f5cf]"
/* SCSS */
$brand: #c6f5cf;
/* SwiftUI */
Color(red: 0.776, green: 0.961, blue: 0.812)
/* Android */
Color.parseColor("#c6f5cf")Accessibility — WCAG contrast
Aa
#c6f5cf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6f5cf on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green96.1%
Blue81.2%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow15.5%
Key (black)3.9%
Color previews
#c6f5cf text on a black background
contrast 17.36:1
Card sample
#c6f5cf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6f5cf;
Background color
Panel with #c6f5cf background
background-color: #c6f5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6f5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 245, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 245, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6f5cf; background: linear-gradient(135deg, #c6f5cf, #C6F5EE);