#bfeee1
a light, vivid cyan · cool · closest name: beige
RGB
191, 238, 225
HSL
163°, 58%, 84%
CMYK
20, 0, 6, 7
Luminance
0.7766
Every format
| HEX | #bfeee1 |
| RGB | rgb(191, 238, 225) |
| HSL | hsl(163, 58%, 84%) |
| CMYK | cmyk(20%, 0%, 6%, 7%) |
| LAB | lab(90.6 -17.6 1.3) |
| LCH | lch(90.6 17.7 175.7) |
| OKLCH | oklch(0.913 0.051 176.4) |
Copy-ready code
/* CSS */
color: #bfeee1;
background-color: #bfeee1;
/* Tailwind (arbitrary) */
class="text-[#bfeee1] bg-[#bfeee1]"
/* SCSS */
$brand: #bfeee1;
/* SwiftUI */
Color(red: 0.749, green: 0.933, blue: 0.882)
/* Android */
Color.parseColor("#bfeee1")Accessibility — WCAG contrast
Aa
#bfeee1 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfeee1 on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green93.3%
Blue88.2%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow5.5%
Key (black)6.7%
Color previews
#bfeee1 text on a black background
contrast 16.53:1
Card sample
#bfeee1 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfeee1;
Background color
Panel with #bfeee1 background
background-color: #bfeee1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfeee1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 238, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 238, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfeee1; background: linear-gradient(135deg, #bfeee1, #BFDCEE);