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