#ccecdb
a pale, vivid green · cool · closest name: beige
RGB
204, 236, 219
HSL
148°, 46%, 86%
CMYK
14, 0, 7, 8
Luminance
0.7794
Every format
| HEX | #ccecdb |
| RGB | rgb(204, 236, 219) |
| HSL | hsl(148, 46%, 86%) |
| CMYK | cmyk(14%, 0%, 7%, 8%) |
| LAB | lab(90.8 -13.7 4.7) |
| LCH | lch(90.8 14.4 160.9) |
| OKLCH | oklch(0.915 0.041 162.4) |
Copy-ready code
/* CSS */
color: #ccecdb;
background-color: #ccecdb;
/* Tailwind (arbitrary) */
class="text-[#ccecdb] bg-[#ccecdb]"
/* SCSS */
$brand: #ccecdb;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 0.859)
/* Android */
Color.parseColor("#ccecdb")Accessibility — WCAG contrast
Aa
#ccecdb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccecdb on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue85.9%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow7.2%
Key (black)7.5%
Color previews
#ccecdb text on a black background
contrast 16.59:1
Card sample
#ccecdb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccecdb;
Background color
Panel with #ccecdb background
background-color: #ccecdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccecdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccecdb; background: linear-gradient(135deg, #ccecdb, #CCE8EC);