#cff3ce
a pale, vivid green · cool · closest name: beige
RGB
207, 243, 206
HSL
118°, 61%, 88%
CMYK
15, 0, 15, 5
Luminance
0.8182
Every format
| HEX | #cff3ce |
| RGB | rgb(207, 243, 206) |
| HSL | hsl(118, 61%, 88%) |
| CMYK | cmyk(15%, 0%, 15%, 5%) |
| LAB | lab(92.5 -18.4 14.0) |
| LCH | lch(92.5 23.2 142.8) |
| OKLCH | oklch(0.929 0.062 144.3) |
Copy-ready code
/* CSS */
color: #cff3ce;
background-color: #cff3ce;
/* Tailwind (arbitrary) */
class="text-[#cff3ce] bg-[#cff3ce]"
/* SCSS */
$brand: #cff3ce;
/* SwiftUI */
Color(red: 0.812, green: 0.953, blue: 0.808)
/* Android */
Color.parseColor("#cff3ce")Accessibility — WCAG contrast
Aa
#cff3ce on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cff3ce on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green95.3%
Blue80.8%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow15.2%
Key (black)4.7%
Color previews
#cff3ce text on a black background
contrast 17.36:1
Card sample
#cff3ce text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cff3ce;
Background color
Panel with #cff3ce background
background-color: #cff3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cff3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 243, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 243, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cff3ce; background: linear-gradient(135deg, #cff3ce, #CEF3E6);