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