#cfebc7
a pale, vivid green · cool · closest name: beige
RGB
207, 235, 199
HSL
107°, 47%, 85%
CMYK
12, 0, 15, 8
Luminance
0.7681
Every format
| HEX | #cfebc7 |
| RGB | rgb(207, 235, 199) |
| HSL | hsl(107, 47%, 85%) |
| CMYK | cmyk(12%, 0%, 15%, 8%) |
| LAB | lab(90.2 -15.7 14.4) |
| LCH | lch(90.2 21.3 137.4) |
| OKLCH | oklch(0.910 0.057 138.7) |
Copy-ready code
/* CSS */
color: #cfebc7;
background-color: #cfebc7;
/* Tailwind (arbitrary) */
class="text-[#cfebc7] bg-[#cfebc7]"
/* SCSS */
$brand: #cfebc7;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.780)
/* Android */
Color.parseColor("#cfebc7")Accessibility — WCAG contrast
Aa
#cfebc7 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfebc7 on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue78.0%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow15.3%
Key (black)7.8%
Color previews
#cfebc7 text on a black background
contrast 16.36:1
Card sample
#cfebc7 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfebc7;
Background color
Panel with #cfebc7 background
background-color: #cfebc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfebc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfebc7; background: linear-gradient(135deg, #cfebc7, #C7EBD7);