#dceccb
a pale, vivid green · cool · closest name: beige
RGB
220, 236, 203
HSL
89°, 47%, 86%
CMYK
7, 0, 14, 8
Luminance
0.7952
Every format
| HEX | #dceccb |
| RGB | rgb(220, 236, 203) |
| HSL | hsl(89, 47%, 86%) |
| CMYK | cmyk(7%, 0%, 14%, 8%) |
| LAB | lab(91.5 -11.1 14.2) |
| LCH | lch(91.5 18.0 127.9) |
| OKLCH | oklch(0.922 0.047 128.5) |
Copy-ready code
/* CSS */
color: #dceccb;
background-color: #dceccb;
/* Tailwind (arbitrary) */
class="text-[#dceccb] bg-[#dceccb]"
/* SCSS */
$brand: #dceccb;
/* SwiftUI */
Color(red: 0.863, green: 0.925, blue: 0.796)
/* Android */
Color.parseColor("#dceccb")Accessibility — WCAG contrast
Aa
#dceccb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceccb on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green92.5%
Blue79.6%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow14.0%
Key (black)7.5%
Color previews
#dceccb text on a black background
contrast 16.90:1
Card sample
#dceccb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceccb;
Background color
Panel with #dceccb background
background-color: #dceccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 236, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 236, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceccb; background: linear-gradient(135deg, #dceccb, #CBECD0);