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