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