#bdfee9
a pale, electric cyan · cool · closest name: beige
RGB
189, 254, 233
HSL
161°, 97%, 87%
CMYK
26, 0, 8, 0
Luminance
0.8759
Every format
| HEX | #bdfee9 |
| RGB | rgb(189, 254, 233) |
| HSL | hsl(161, 97%, 87%) |
| CMYK | cmyk(26%, 0%, 8%, 0%) |
| LAB | lab(95.0 -24.4 3.5) |
| LCH | lch(95.0 24.7 171.9) |
| OKLCH | oklch(0.948 0.071 172.8) |
Copy-ready code
/* CSS */
color: #bdfee9;
background-color: #bdfee9;
/* Tailwind (arbitrary) */
class="text-[#bdfee9] bg-[#bdfee9]"
/* SCSS */
$brand: #bdfee9;
/* SwiftUI */
Color(red: 0.741, green: 0.996, blue: 0.914)
/* Android */
Color.parseColor("#bdfee9")Accessibility — WCAG contrast
Aa
#bdfee9 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfee9 on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green99.6%
Blue91.4%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow8.3%
Key (black)0.4%
Color previews
#bdfee9 text on a black background
contrast 18.52:1
Card sample
#bdfee9 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfee9;
Background color
Panel with #bdfee9 background
background-color: #bdfee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 254, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 254, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfee9; background: linear-gradient(135deg, #bdfee9, #BDE8FE);