#dceccf
a pale, soft green · cool · closest name: beige
RGB
220, 236, 207
HSL
93°, 43%, 87%
CMYK
7, 0, 12, 8
Luminance
0.7971
Every format
| HEX | #dceccf |
| RGB | rgb(220, 236, 207) |
| HSL | hsl(93, 43%, 87%) |
| CMYK | cmyk(7%, 0%, 12%, 8%) |
| LAB | lab(91.6 -10.4 12.3) |
| LCH | lch(91.6 16.1 130.3) |
| OKLCH | oklch(0.923 0.042 130.9) |
Copy-ready code
/* CSS */
color: #dceccf;
background-color: #dceccf;
/* Tailwind (arbitrary) */
class="text-[#dceccf] bg-[#dceccf]"
/* SCSS */
$brand: #dceccf;
/* SwiftUI */
Color(red: 0.863, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#dceccf")Accessibility — WCAG contrast
Aa
#dceccf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceccf on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green92.5%
Blue81.2%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#dceccf text on a black background
contrast 16.94:1
Card sample
#dceccf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceccf;
Background color
Panel with #dceccf background
background-color: #dceccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceccf; background: linear-gradient(135deg, #dceccf, #CFECD5);