#bdfdf8
a pale, electric cyan · cool · closest name: white
RGB
189, 253, 248
HSL
175°, 94%, 87%
CMYK
25, 0, 2, 1
Luminance
0.8785
Every format
| HEX | #bdfdf8 |
| RGB | rgb(189, 253, 248) |
| HSL | hsl(175, 94%, 87%) |
| CMYK | cmyk(25%, 0%, 2%, 1%) |
| LAB | lab(95.1 -20.9 -4.1) |
| LCH | lch(95.1 21.3 191.1) |
| OKLCH | oklch(0.950 0.064 190.1) |
Copy-ready code
/* CSS */
color: #bdfdf8;
background-color: #bdfdf8;
/* Tailwind (arbitrary) */
class="text-[#bdfdf8] bg-[#bdfdf8]"
/* SCSS */
$brand: #bdfdf8;
/* SwiftUI */
Color(red: 0.741, green: 0.992, blue: 0.973)
/* Android */
Color.parseColor("#bdfdf8")Accessibility — WCAG contrast
Aa
#bdfdf8 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfdf8 on black: 18.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.2%
Blue97.3%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow2.0%
Key (black)0.8%
Color previews
#bdfdf8 text on a black background
contrast 18.57:1
Card sample
#bdfdf8 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfdf8;
Background color
Panel with #bdfdf8 background
background-color: #bdfdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 253, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 253, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfdf8; background: linear-gradient(135deg, #bdfdf8, #BDD7FD);