#bfe7eb
a light, vivid cyan · cool · closest name: lavender
RGB
191, 231, 235
HSL
186°, 52%, 84%
CMYK
19, 2, 0, 8
Luminance
0.7423
Every format
| HEX | #bfe7eb |
| RGB | rgb(191, 231, 235) |
| HSL | hsl(186, 52%, 84%) |
| CMYK | cmyk(19%, 2%, 0%, 8%) |
| LAB | lab(89.0 -12.1 -6.3) |
| LCH | lch(89.0 13.6 207.4) |
| OKLCH | oklch(0.901 0.042 203.9) |
Copy-ready code
/* CSS */
color: #bfe7eb;
background-color: #bfe7eb;
/* Tailwind (arbitrary) */
class="text-[#bfe7eb] bg-[#bfe7eb]"
/* SCSS */
$brand: #bfe7eb;
/* SwiftUI */
Color(red: 0.749, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#bfe7eb")Accessibility — WCAG contrast
Aa
#bfe7eb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe7eb on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green90.6%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta1.7%
Yellow0.0%
Key (black)7.8%
Color previews
#bfe7eb text on a black background
contrast 15.85:1
Card sample
#bfe7eb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe7eb;
Background color
Panel with #bfe7eb background
background-color: #bfe7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe7eb; background: linear-gradient(135deg, #bfe7eb, #BFCAEB);