#caebc9
a pale, vivid green · cool · closest name: beige
RGB
202, 235, 201
HSL
118°, 46%, 86%
CMYK
14, 0, 15, 8
Luminance
0.7619
Every format
| HEX | #caebc9 |
| RGB | rgb(202, 235, 201) |
| HSL | hsl(118, 46%, 86%) |
| CMYK | cmyk(14%, 0%, 15%, 8%) |
| LAB | lab(90.0 -17.0 12.9) |
| LCH | lch(90.0 21.4 142.8) |
| OKLCH | oklch(0.907 0.057 144.3) |
Copy-ready code
/* CSS */
color: #caebc9;
background-color: #caebc9;
/* Tailwind (arbitrary) */
class="text-[#caebc9] bg-[#caebc9]"
/* SCSS */
$brand: #caebc9;
/* SwiftUI */
Color(red: 0.792, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#caebc9")Accessibility — WCAG contrast
Aa
#caebc9 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#caebc9 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green92.2%
Blue78.8%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#caebc9 text on a black background
contrast 16.24:1
Card sample
#caebc9 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #caebc9;
Background color
Panel with #caebc9 background
background-color: #caebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #caebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #caebc9; background: linear-gradient(135deg, #caebc9, #C9EBDF);