#cfffeb
a pale, electric green · cool · closest name: beige
RGB
207, 255, 235
HSL
155°, 100%, 91%
CMYK
19, 0, 8, 0
Luminance
0.9078
Every format
| HEX | #cfffeb |
| RGB | rgb(207, 255, 235) |
| HSL | hsl(155, 100%, 91%) |
| CMYK | cmyk(19%, 0%, 8%, 0%) |
| LAB | lab(96.3 -19.1 4.5) |
| LCH | lch(96.3 19.6 166.6) |
| OKLCH | oklch(0.961 0.056 167.9) |
Copy-ready code
/* CSS */
color: #cfffeb;
background-color: #cfffeb;
/* Tailwind (arbitrary) */
class="text-[#cfffeb] bg-[#cfffeb]"
/* SCSS */
$brand: #cfffeb;
/* SwiftUI */
Color(red: 0.812, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#cfffeb")Accessibility — WCAG contrast
Aa
#cfffeb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfffeb on black: 19.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green100.0%
Blue92.2%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#cfffeb text on a black background
contrast 19.16:1
Card sample
#cfffeb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfffeb;
Background color
Panel with #cfffeb background
background-color: #cfffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfffeb; background: linear-gradient(135deg, #cfffeb, #CFF3FF);