#cffceb
a pale, electric green · cool · closest name: beige
RGB
207, 252, 235
HSL
157°, 88%, 90%
CMYK
18, 0, 7, 1
Luminance
0.8888
Every format
| HEX | #cffceb |
| RGB | rgb(207, 252, 235) |
| HSL | hsl(157, 88%, 90%) |
| CMYK | cmyk(18%, 0%, 7%, 1%) |
| LAB | lab(95.5 -17.6 3.4) |
| LCH | lch(95.5 17.9 169.1) |
| OKLCH | oklch(0.955 0.051 170.3) |
Copy-ready code
/* CSS */
color: #cffceb;
background-color: #cffceb;
/* Tailwind (arbitrary) */
class="text-[#cffceb] bg-[#cffceb]"
/* SCSS */
$brand: #cffceb;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#cffceb")Accessibility — WCAG contrast
Aa
#cffceb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffceb on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#cffceb text on a black background
contrast 18.78:1
Card sample
#cffceb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffceb;
Background color
Panel with #cffceb background
background-color: #cffceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffceb; background: linear-gradient(135deg, #cffceb, #CFEFFC);