#cdeccf
a pale, soft green · cool · closest name: beige
RGB
205, 236, 207
HSL
124°, 45%, 87%
CMYK
13, 0, 12, 8
Luminance
0.7748
Every format
| HEX | #cdeccf |
| RGB | rgb(205, 236, 207) |
| HSL | hsl(124, 45%, 87%) |
| CMYK | cmyk(13%, 0%, 12%, 8%) |
| LAB | lab(90.5 -15.5 10.7) |
| LCH | lch(90.5 18.8 145.4) |
| OKLCH | oklch(0.913 0.051 146.9) |
Copy-ready code
/* CSS */
color: #cdeccf;
background-color: #cdeccf;
/* Tailwind (arbitrary) */
class="text-[#cdeccf] bg-[#cdeccf]"
/* SCSS */
$brand: #cdeccf;
/* SwiftUI */
Color(red: 0.804, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#cdeccf")Accessibility — WCAG contrast
Aa
#cdeccf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdeccf on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green92.5%
Blue81.2%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#cdeccf text on a black background
contrast 16.50:1
Card sample
#cdeccf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdeccf;
Background color
Panel with #cdeccf background
background-color: #cdeccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdeccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdeccf; background: linear-gradient(135deg, #cdeccf, #CDECE4);