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