#bdefec
a light, vivid cyan · cool · closest name: white
RGB
189, 239, 236
HSL
176°, 61%, 84%
CMYK
21, 0, 1, 6
Luminance
0.7861
Every format
| HEX | #bdefec |
| RGB | rgb(189, 239, 236) |
| HSL | hsl(176, 61%, 84%) |
| CMYK | cmyk(21%, 0%, 1%, 6%) |
| LAB | lab(91.1 -16.5 -3.8) |
| LCH | lch(91.1 16.9 193.0) |
| OKLCH | oklch(0.917 0.051 191.7) |
Copy-ready code
/* CSS */
color: #bdefec;
background-color: #bdefec;
/* Tailwind (arbitrary) */
class="text-[#bdefec] bg-[#bdefec]"
/* SCSS */
$brand: #bdefec;
/* SwiftUI */
Color(red: 0.741, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#bdefec")Accessibility — WCAG contrast
Aa
#bdefec on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdefec on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green93.7%
Blue92.5%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#bdefec text on a black background
contrast 16.72:1
Card sample
#bdefec text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdefec;
Background color
Panel with #bdefec background
background-color: #bdefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdefec; background: linear-gradient(135deg, #bdefec, #BDD1EF);