#cceccf
a pale, vivid green · cool · closest name: beige
RGB
204, 236, 207
HSL
126°, 46%, 86%
CMYK
14, 0, 12, 8
Luminance
0.7733
Every format
| HEX | #cceccf |
| RGB | rgb(204, 236, 207) |
| HSL | hsl(126, 46%, 86%) |
| CMYK | cmyk(14%, 0%, 12%, 8%) |
| LAB | lab(90.5 -15.8 10.6) |
| LCH | lch(90.5 19.0 146.2) |
| OKLCH | oklch(0.912 0.051 147.8) |
Copy-ready code
/* CSS */
color: #cceccf;
background-color: #cceccf;
/* Tailwind (arbitrary) */
class="text-[#cceccf] bg-[#cceccf]"
/* SCSS */
$brand: #cceccf;
/* SwiftUI */
Color(red: 0.800, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#cceccf")Accessibility — WCAG contrast
Aa
#cceccf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceccf on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green92.5%
Blue81.2%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#cceccf text on a black background
contrast 16.47:1
Card sample
#cceccf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceccf;
Background color
Panel with #cceccf background
background-color: #cceccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceccf; background: linear-gradient(135deg, #cceccf, #CCECE4);