#bdfdf1
a pale, electric cyan · cool · closest name: ivory
RGB
189, 253, 241
HSL
169°, 94%, 87%
CMYK
25, 0, 5, 1
Luminance
0.8742
Every format
| HEX | #bdfdf1 |
| RGB | rgb(189, 253, 241) |
| HSL | hsl(169, 94%, 87%) |
| CMYK | cmyk(25%, 0%, 5%, 1%) |
| LAB | lab(94.9 -22.3 -0.7) |
| LCH | lch(94.9 22.3 181.9) |
| OKLCH | oklch(0.948 0.066 182.0) |
Copy-ready code
/* CSS */
color: #bdfdf1;
background-color: #bdfdf1;
/* Tailwind (arbitrary) */
class="text-[#bdfdf1] bg-[#bdfdf1]"
/* SCSS */
$brand: #bdfdf1;
/* SwiftUI */
Color(red: 0.741, green: 0.992, blue: 0.945)
/* Android */
Color.parseColor("#bdfdf1")Accessibility — WCAG contrast
Aa
#bdfdf1 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfdf1 on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.2%
Blue94.5%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow4.7%
Key (black)0.8%
Color previews
#bdfdf1 text on a black background
contrast 18.48:1
Card sample
#bdfdf1 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfdf1;
Background color
Panel with #bdfdf1 background
background-color: #bdfdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 253, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 253, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfdf1; background: linear-gradient(135deg, #bdfdf1, #BDDEFD);