#cdf2fb
a pale, electric cyan · cool · closest name: lavender
RGB
205, 242, 251
HSL
192°, 85%, 89%
CMYK
18, 4, 0, 2
Luminance
0.8345
Every format
| HEX | #cdf2fb |
| RGB | rgb(205, 242, 251) |
| HSL | hsl(192, 85%, 89%) |
| CMYK | cmyk(18%, 4%, 0%, 2%) |
| LAB | lab(93.2 -10.1 -8.3) |
| LCH | lch(93.2 13.1 219.6) |
| OKLCH | oklch(0.938 0.040 214.1) |
Copy-ready code
/* CSS */
color: #cdf2fb;
background-color: #cdf2fb;
/* Tailwind (arbitrary) */
class="text-[#cdf2fb] bg-[#cdf2fb]"
/* SCSS */
$brand: #cdf2fb;
/* SwiftUI */
Color(red: 0.804, green: 0.949, blue: 0.984)
/* Android */
Color.parseColor("#cdf2fb")Accessibility — WCAG contrast
Aa
#cdf2fb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf2fb on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.9%
Blue98.4%
CMYK percentages
Cyan18.3%
Magenta3.6%
Yellow0.0%
Key (black)1.6%
Color previews
#cdf2fb text on a black background
contrast 17.69:1
Card sample
#cdf2fb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf2fb;
Background color
Panel with #cdf2fb background
background-color: #cdf2fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf2fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 242, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 242, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf2fb; background: linear-gradient(135deg, #cdf2fb, #CDD3FB);