#cfeccb
a pale, vivid green · cool · closest name: beige
RGB
207, 236, 203
HSL
113°, 47%, 86%
CMYK
12, 0, 14, 8
Luminance
0.7757
Every format
| HEX | #cfeccb |
| RGB | rgb(207, 236, 203) |
| HSL | hsl(113, 47%, 86%) |
| CMYK | cmyk(12%, 0%, 14%, 8%) |
| LAB | lab(90.6 -15.5 12.8) |
| LCH | lch(90.6 20.1 140.4) |
| OKLCH | oklch(0.913 0.054 141.8) |
Copy-ready code
/* CSS */
color: #cfeccb;
background-color: #cfeccb;
/* Tailwind (arbitrary) */
class="text-[#cfeccb] bg-[#cfeccb]"
/* SCSS */
$brand: #cfeccb;
/* SwiftUI */
Color(red: 0.812, green: 0.925, blue: 0.796)
/* Android */
Color.parseColor("#cfeccb")Accessibility — WCAG contrast
Aa
#cfeccb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfeccb on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.5%
Blue79.6%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow14.0%
Key (black)7.5%
Color previews
#cfeccb text on a black background
contrast 16.51:1
Card sample
#cfeccb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfeccb;
Background color
Panel with #cfeccb background
background-color: #cfeccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfeccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 236, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 236, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfeccb; background: linear-gradient(135deg, #cfeccb, #CBECDD);