#ddface
a pale, electric green · cool · closest name: beige
RGB
221, 250, 206
HSL
100°, 82%, 89%
CMYK
12, 0, 18, 2
Luminance
0.8820
Every format
| HEX | #ddface |
| RGB | rgb(221, 250, 206) |
| HSL | hsl(100, 82%, 89%) |
| CMYK | cmyk(12%, 0%, 18%, 2%) |
| LAB | lab(95.2 -17.2 18.0) |
| LCH | lch(95.2 24.9 133.6) |
| OKLCH | oklch(0.953 0.065 134.9) |
Copy-ready code
/* CSS */
color: #ddface;
background-color: #ddface;
/* Tailwind (arbitrary) */
class="text-[#ddface] bg-[#ddface]"
/* SCSS */
$brand: #ddface;
/* SwiftUI */
Color(red: 0.867, green: 0.980, blue: 0.808)
/* Android */
Color.parseColor("#ddface")Accessibility — WCAG contrast
Aa
#ddface on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddface on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green98.0%
Blue80.8%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow17.6%
Key (black)2.0%
Color previews
#ddface text on a black background
contrast 18.64:1
Card sample
#ddface text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddface;
Background color
Panel with #ddface background
background-color: #ddface;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddface;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 250, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 250, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddface; background: linear-gradient(135deg, #ddface, #CEFADC);