#cfebc9
a pale, vivid green · cool · closest name: beige
RGB
207, 235, 201
HSL
109°, 46%, 86%
CMYK
12, 0, 15, 8
Luminance
0.7690
Every format
| HEX | #cfebc9 |
| RGB | rgb(207, 235, 201) |
| HSL | hsl(109, 46%, 86%) |
| CMYK | cmyk(12%, 0%, 15%, 8%) |
| LAB | lab(90.3 -15.4 13.4) |
| LCH | lch(90.3 20.4 138.8) |
| OKLCH | oklch(0.911 0.054 140.1) |
Copy-ready code
/* CSS */
color: #cfebc9;
background-color: #cfebc9;
/* Tailwind (arbitrary) */
class="text-[#cfebc9] bg-[#cfebc9]"
/* SCSS */
$brand: #cfebc9;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#cfebc9")Accessibility — WCAG contrast
Aa
#cfebc9 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfebc9 on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue78.8%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#cfebc9 text on a black background
contrast 16.38:1
Card sample
#cfebc9 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfebc9;
Background color
Panel with #cfebc9 background
background-color: #cfebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfebc9; background: linear-gradient(135deg, #cfebc9, #C9EBDA);