#bdffeb
a pale, electric cyan · cool · closest name: beige
RGB
189, 255, 235
HSL
162°, 100%, 87%
CMYK
26, 0, 8, 0
Luminance
0.8834
Every format
| HEX | #bdffeb |
| RGB | rgb(189, 255, 235) |
| HSL | hsl(162, 100%, 87%) |
| CMYK | cmyk(26%, 0%, 8%, 0%) |
| LAB | lab(95.3 -24.5 2.9) |
| LCH | lch(95.3 24.7 173.2) |
| OKLCH | oklch(0.951 0.071 174.1) |
Copy-ready code
/* CSS */
color: #bdffeb;
background-color: #bdffeb;
/* Tailwind (arbitrary) */
class="text-[#bdffeb] bg-[#bdffeb]"
/* SCSS */
$brand: #bdffeb;
/* SwiftUI */
Color(red: 0.741, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#bdffeb")Accessibility — WCAG contrast
Aa
#bdffeb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdffeb on black: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green100.0%
Blue92.2%
CMYK percentages
Cyan25.9%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#bdffeb text on a black background
contrast 18.67:1
Card sample
#bdffeb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdffeb;
Background color
Panel with #bdffeb background
background-color: #bdffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdffeb; background: linear-gradient(135deg, #bdffeb, #BDE7FF);