#cdf2ff
a pale, electric cyan · cool · closest name: lavender
RGB
205, 242, 255
HSL
196°, 100%, 90%
CMYK
20, 5, 0, 0
Luminance
0.8370
Every format
| HEX | #cdf2ff |
| RGB | rgb(205, 242, 255) |
| HSL | hsl(196, 100%, 90%) |
| CMYK | cmyk(20%, 5%, 0%, 0%) |
| LAB | lab(93.3 -9.2 -10.2) |
| LCH | lch(93.3 13.8 228.0) |
| OKLCH | oklch(0.939 0.042 221.1) |
Copy-ready code
/* CSS */
color: #cdf2ff;
background-color: #cdf2ff;
/* Tailwind (arbitrary) */
class="text-[#cdf2ff] bg-[#cdf2ff]"
/* SCSS */
$brand: #cdf2ff;
/* SwiftUI */
Color(red: 0.804, green: 0.949, blue: 1.000)
/* Android */
Color.parseColor("#cdf2ff")Accessibility — WCAG contrast
Aa
#cdf2ff on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf2ff on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.9%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta5.1%
Yellow0.0%
Key (black)0.0%
Color previews
#cdf2ff text on a black background
contrast 17.74:1
Card sample
#cdf2ff text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf2ff;
Background color
Panel with #cdf2ff background
background-color: #cdf2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 242, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 242, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf2ff; background: linear-gradient(135deg, #cdf2ff, #CDD1FF);