#cff7bf
a pale, electric green · cool · closest name: beige
RGB
207, 247, 191
HSL
103°, 78%, 86%
CMYK
16, 0, 23, 3
Luminance
0.8355
Every format
| HEX | #cff7bf |
| RGB | rgb(207, 247, 191) |
| HSL | hsl(103, 78%, 86%) |
| CMYK | cmyk(16%, 0%, 23%, 3%) |
| LAB | lab(93.3 -22.9 22.8) |
| LCH | lch(93.3 32.3 135.1) |
| OKLCH | oklch(0.934 0.085 136.8) |
Copy-ready code
/* CSS */
color: #cff7bf;
background-color: #cff7bf;
/* Tailwind (arbitrary) */
class="text-[#cff7bf] bg-[#cff7bf]"
/* SCSS */
$brand: #cff7bf;
/* SwiftUI */
Color(red: 0.812, green: 0.969, blue: 0.749)
/* Android */
Color.parseColor("#cff7bf")Accessibility — WCAG contrast
Aa
#cff7bf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff7bf on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green96.9%
Blue74.9%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow22.7%
Key (black)3.1%
Color previews
#cff7bf text on a black background
contrast 17.71:1
Card sample
#cff7bf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff7bf;
Background color
Panel with #cff7bf background
background-color: #cff7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 247, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 247, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff7bf; background: linear-gradient(135deg, #cff7bf, #BFF7D4);