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