#ccffeb
a pale, electric green · cool · closest name: beige
RGB
204, 255, 235
HSL
157°, 100%, 90%
CMYK
20, 0, 8, 0
Luminance
0.9036
Every format
| HEX | #ccffeb |
| RGB | rgb(204, 255, 235) |
| HSL | hsl(157, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 8%, 0%) |
| LAB | lab(96.1 -20.0 4.3) |
| LCH | lch(96.1 20.4 168.0) |
| OKLCH | oklch(0.959 0.058 169.2) |
Copy-ready code
/* CSS */
color: #ccffeb;
background-color: #ccffeb;
/* Tailwind (arbitrary) */
class="text-[#ccffeb] bg-[#ccffeb]"
/* SCSS */
$brand: #ccffeb;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#ccffeb")Accessibility — WCAG contrast
Aa
#ccffeb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccffeb on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green100.0%
Blue92.2%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#ccffeb text on a black background
contrast 19.07:1
Card sample
#ccffeb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccffeb;
Background color
Panel with #ccffeb background
background-color: #ccffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccffeb; background: linear-gradient(135deg, #ccffeb, #CCF1FF);