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