#bfeaf5
a pale, vivid cyan · cool · closest name: lavender
RGB
191, 234, 245
HSL
192°, 73%, 86%
CMYK
22, 5, 0, 4
Luminance
0.7651
Every format
| HEX | #bfeaf5 |
| RGB | rgb(191, 234, 245) |
| HSL | hsl(192, 73%, 86%) |
| CMYK | cmyk(22%, 5%, 0%, 4%) |
| LAB | lab(90.1 -11.5 -9.9) |
| LCH | lch(90.1 15.2 220.8) |
| OKLCH | oklch(0.910 0.047 215.0) |
Copy-ready code
/* CSS */
color: #bfeaf5;
background-color: #bfeaf5;
/* Tailwind (arbitrary) */
class="text-[#bfeaf5] bg-[#bfeaf5]"
/* SCSS */
$brand: #bfeaf5;
/* SwiftUI */
Color(red: 0.749, green: 0.918, blue: 0.961)
/* Android */
Color.parseColor("#bfeaf5")Accessibility — WCAG contrast
Aa
#bfeaf5 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfeaf5 on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green91.8%
Blue96.1%
CMYK percentages
Cyan22.0%
Magenta4.5%
Yellow0.0%
Key (black)3.9%
Color previews
#bfeaf5 text on a black background
contrast 16.30:1
Card sample
#bfeaf5 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfeaf5;
Background color
Panel with #bfeaf5 background
background-color: #bfeaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfeaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 234, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 234, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfeaf5; background: linear-gradient(135deg, #bfeaf5, #BFC6F5);