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