#bdfbeb
a pale, electric cyan · cool · closest name: beige
RGB
189, 251, 235
HSL
165°, 89%, 86%
CMYK
25, 0, 6, 2
Luminance
0.8581
Every format
| HEX | #bdfbeb |
| RGB | rgb(189, 251, 235) |
| HSL | hsl(165, 89%, 86%) |
| CMYK | cmyk(25%, 0%, 6%, 2%) |
| LAB | lab(94.2 -22.6 1.4) |
| LCH | lch(94.2 22.6 176.5) |
| OKLCH | oklch(0.942 0.066 177.1) |
Copy-ready code
/* CSS */
color: #bdfbeb;
background-color: #bdfbeb;
/* Tailwind (arbitrary) */
class="text-[#bdfbeb] bg-[#bdfbeb]"
/* SCSS */
$brand: #bdfbeb;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.922)
/* Android */
Color.parseColor("#bdfbeb")Accessibility — WCAG contrast
Aa
#bdfbeb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfbeb on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue92.2%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow6.4%
Key (black)1.6%
Color previews
#bdfbeb text on a black background
contrast 18.16:1
Card sample
#bdfbeb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfbeb;
Background color
Panel with #bdfbeb background
background-color: #bdfbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfbeb; background: linear-gradient(135deg, #bdfbeb, #BDE2FB);