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