#cdfbed
a pale, electric cyan · cool · closest name: ivory
RGB
205, 251, 237
HSL
162°, 85%, 89%
CMYK
18, 0, 6, 2
Luminance
0.8809
Every format
| HEX | #cdfbed |
| RGB | rgb(205, 251, 237) |
| HSL | hsl(162, 85%, 89%) |
| CMYK | cmyk(18%, 0%, 6%, 2%) |
| LAB | lab(95.2 -17.4 1.9) |
| LCH | lch(95.2 17.4 173.9) |
| OKLCH | oklch(0.952 0.051 174.7) |
Copy-ready code
/* CSS */
color: #cdfbed;
background-color: #cdfbed;
/* Tailwind (arbitrary) */
class="text-[#cdfbed] bg-[#cdfbed]"
/* SCSS */
$brand: #cdfbed;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.929)
/* Android */
Color.parseColor("#cdfbed")Accessibility — WCAG contrast
Aa
#cdfbed on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfbed on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue92.9%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow5.6%
Key (black)1.6%
Color previews
#cdfbed text on a black background
contrast 18.62:1
Card sample
#cdfbed text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfbed;
Background color
Panel with #cdfbed background
background-color: #cdfbed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfbed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfbed; background: linear-gradient(135deg, #cdfbed, #CDEAFB);