#cfebcb
a pale, soft green · cool · closest name: beige
RGB
207, 235, 203
HSL
113°, 44%, 86%
CMYK
12, 0, 14, 8
Luminance
0.7699
Every format
| HEX | #cfebcb |
| RGB | rgb(207, 235, 203) |
| HSL | hsl(113, 44%, 86%) |
| CMYK | cmyk(12%, 0%, 14%, 8%) |
| LAB | lab(90.3 -15.0 12.5) |
| LCH | lch(90.3 19.5 140.3) |
| OKLCH | oklch(0.911 0.052 141.7) |
Copy-ready code
/* CSS */
color: #cfebcb;
background-color: #cfebcb;
/* Tailwind (arbitrary) */
class="text-[#cfebcb] bg-[#cfebcb]"
/* SCSS */
$brand: #cfebcb;
/* SwiftUI */
Color(red: 0.812, green: 0.922, blue: 0.796)
/* Android */
Color.parseColor("#cfebcb")Accessibility — WCAG contrast
Aa
#cfebcb on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfebcb on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.2%
Blue79.6%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow13.6%
Key (black)7.8%
Color previews
#cfebcb text on a black background
contrast 16.40:1
Card sample
#cfebcb text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfebcb;
Background color
Panel with #cfebcb background
background-color: #cfebcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfebcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 235, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 235, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfebcb; background: linear-gradient(135deg, #cfebcb, #CBEBDC);