#ccebdb
a pale, soft green · cool · closest name: beige
RGB
204, 235, 219
HSL
149°, 44%, 86%
CMYK
13, 0, 7, 8
Luminance
0.7737
Every format
| HEX | #ccebdb |
| RGB | rgb(204, 235, 219) |
| HSL | hsl(149, 44%, 86%) |
| CMYK | cmyk(13%, 0%, 7%, 8%) |
| LAB | lab(90.5 -13.2 4.3) |
| LCH | lch(90.5 13.8 161.7) |
| OKLCH | oklch(0.913 0.039 163.2) |
Copy-ready code
/* CSS */
color: #ccebdb;
background-color: #ccebdb;
/* Tailwind (arbitrary) */
class="text-[#ccebdb] bg-[#ccebdb]"
/* SCSS */
$brand: #ccebdb;
/* SwiftUI */
Color(red: 0.800, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#ccebdb")Accessibility — WCAG contrast
Aa
#ccebdb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccebdb on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.2%
Blue85.9%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#ccebdb text on a black background
contrast 16.47:1
Card sample
#ccebdb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccebdb;
Background color
Panel with #ccebdb background
background-color: #ccebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccebdb; background: linear-gradient(135deg, #ccebdb, #CCE6EB);