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