#bdefdf
a light, vivid cyan · cool · closest name: beige
RGB
189, 239, 223
HSL
161°, 61%, 84%
CMYK
21, 0, 7, 6
Luminance
0.7788
Every format
| HEX | #bdefdf |
| RGB | rgb(189, 239, 223) |
| HSL | hsl(161, 61%, 84%) |
| CMYK | cmyk(21%, 0%, 7%, 6%) |
| LAB | lab(90.7 -19.1 2.5) |
| LCH | lch(90.7 19.3 172.6) |
| OKLCH | oklch(0.913 0.056 173.5) |
Copy-ready code
/* CSS */
color: #bdefdf;
background-color: #bdefdf;
/* Tailwind (arbitrary) */
class="text-[#bdefdf] bg-[#bdefdf]"
/* SCSS */
$brand: #bdefdf;
/* SwiftUI */
Color(red: 0.741, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#bdefdf")Accessibility — WCAG contrast
Aa
#bdefdf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdefdf on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.7%
Blue87.5%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#bdefdf text on a black background
contrast 16.58:1
Card sample
#bdefdf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdefdf;
Background color
Panel with #bdefdf background
background-color: #bdefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdefdf; background: linear-gradient(135deg, #bdefdf, #BDDEEF);