#bcebdf
a light, vivid cyan · cool · closest name: beige
RGB
188, 235, 223
HSL
165°, 54%, 83%
CMYK
20, 0, 5, 8
Luminance
0.7544
Every format
| HEX | #bcebdf |
| RGB | rgb(188, 235, 223) |
| HSL | hsl(165, 54%, 83%) |
| CMYK | cmyk(20%, 0%, 5%, 8%) |
| LAB | lab(89.6 -17.4 0.8) |
| LCH | lch(89.6 17.5 177.2) |
| OKLCH | oklch(0.904 0.051 177.8) |
Copy-ready code
/* CSS */
color: #bcebdf;
background-color: #bcebdf;
/* Tailwind (arbitrary) */
class="text-[#bcebdf] bg-[#bcebdf]"
/* SCSS */
$brand: #bcebdf;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#bcebdf")Accessibility — WCAG contrast
Aa
#bcebdf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcebdf on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue87.5%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#bcebdf text on a black background
contrast 16.09:1
Card sample
#bcebdf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcebdf;
Background color
Panel with #bcebdf background
background-color: #bcebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcebdf; background: linear-gradient(135deg, #bcebdf, #BCD8EB);