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