#cdfbdb
a pale, electric green · cool · closest name: beige
RGB
205, 251, 219
HSL
138°, 85%, 89%
CMYK
18, 0, 13, 2
Luminance
0.8709
Every format
| HEX | #cdfbdb |
| RGB | rgb(205, 251, 219) |
| HSL | hsl(138, 85%, 89%) |
| CMYK | cmyk(18%, 0%, 13%, 2%) |
| LAB | lab(94.8 -20.7 10.5) |
| LCH | lch(94.8 23.2 153.1) |
| OKLCH | oklch(0.947 0.064 154.7) |
Copy-ready code
/* CSS */
color: #cdfbdb;
background-color: #cdfbdb;
/* Tailwind (arbitrary) */
class="text-[#cdfbdb] bg-[#cdfbdb]"
/* SCSS */
$brand: #cdfbdb;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.859)
/* Android */
Color.parseColor("#cdfbdb")Accessibility — WCAG contrast
Aa
#cdfbdb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfbdb on black: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue85.9%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow12.7%
Key (black)1.6%
Color previews
#cdfbdb text on a black background
contrast 18.42:1
Card sample
#cdfbdb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfbdb;
Background color
Panel with #cdfbdb background
background-color: #cdfbdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfbdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfbdb; background: linear-gradient(135deg, #cdfbdb, #CDFBFA);