#cff6bc
a pale, electric green · cool · closest name: beige
RGB
207, 246, 188
HSL
100°, 76%, 85%
CMYK
16, 0, 24, 4
Luminance
0.8281
Every format
| HEX | #cff6bc |
| RGB | rgb(207, 246, 188) |
| HSL | hsl(100, 76%, 85%) |
| CMYK | cmyk(16%, 0%, 24%, 4%) |
| LAB | lab(92.9 -22.9 23.9) |
| LCH | lch(92.9 33.0 133.8) |
| OKLCH | oklch(0.931 0.087 135.5) |
Copy-ready code
/* CSS */
color: #cff6bc;
background-color: #cff6bc;
/* Tailwind (arbitrary) */
class="text-[#cff6bc] bg-[#cff6bc]"
/* SCSS */
$brand: #cff6bc;
/* SwiftUI */
Color(red: 0.812, green: 0.965, blue: 0.737)
/* Android */
Color.parseColor("#cff6bc")Accessibility — WCAG contrast
Aa
#cff6bc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff6bc on black: 17.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green96.5%
Blue73.7%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow23.6%
Key (black)3.5%
Color previews
#cff6bc text on a black background
contrast 17.56:1
Card sample
#cff6bc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff6bc;
Background color
Panel with #cff6bc background
background-color: #cff6bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff6bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 246, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 246, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff6bc; background: linear-gradient(135deg, #cff6bc, #BCF6D0);