#bbefdf
a light, vivid cyan · cool · closest name: beige
RGB
187, 239, 223
HSL
162°, 62%, 84%
CMYK
22, 0, 7, 6
Luminance
0.7763
Every format
| HEX | #bbefdf |
| RGB | rgb(187, 239, 223) |
| HSL | hsl(162, 62%, 84%) |
| CMYK | cmyk(22%, 0%, 7%, 6%) |
| LAB | lab(90.6 -19.7 2.3) |
| LCH | lch(90.6 19.9 173.3) |
| OKLCH | oklch(0.912 0.058 174.2) |
Copy-ready code
/* CSS */
color: #bbefdf;
background-color: #bbefdf;
/* Tailwind (arbitrary) */
class="text-[#bbefdf] bg-[#bbefdf]"
/* SCSS */
$brand: #bbefdf;
/* SwiftUI */
Color(red: 0.733, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#bbefdf")Accessibility — WCAG contrast
Aa
#bbefdf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbefdf on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green93.7%
Blue87.5%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#bbefdf text on a black background
contrast 16.53:1
Card sample
#bbefdf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbefdf;
Background color
Panel with #bbefdf background
background-color: #bbefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbefdf; background: linear-gradient(135deg, #bbefdf, #BBDCEF);