#ccebdf
a pale, soft green · cool · closest name: beige
RGB
204, 235, 223
HSL
157°, 44%, 86%
CMYK
13, 0, 5, 8
Luminance
0.7758
Every format
| HEX | #ccebdf |
| RGB | rgb(204, 235, 223) |
| HSL | hsl(157, 44%, 86%) |
| CMYK | cmyk(13%, 0%, 5%, 8%) |
| LAB | lab(90.6 -12.4 2.4) |
| LCH | lch(90.6 12.6 169.0) |
| OKLCH | oklch(0.914 0.036 170.2) |
Copy-ready code
/* CSS */
color: #ccebdf;
background-color: #ccebdf;
/* Tailwind (arbitrary) */
class="text-[#ccebdf] bg-[#ccebdf]"
/* SCSS */
$brand: #ccebdf;
/* SwiftUI */
Color(red: 0.800, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#ccebdf")Accessibility — WCAG contrast
Aa
#ccebdf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccebdf on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.2%
Blue87.5%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#ccebdf text on a black background
contrast 16.52:1
Card sample
#ccebdf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccebdf;
Background color
Panel with #ccebdf background
background-color: #ccebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccebdf; background: linear-gradient(135deg, #ccebdf, #CCE2EB);