#bfdae3
a light, soft cyan · cool · closest name: lavender
RGB
191, 218, 227
HSL
195°, 39%, 82%
CMYK
16, 4, 0, 11
Luminance
0.6677
Every format
| HEX | #bfdae3 |
| RGB | rgb(191, 218, 227) |
| HSL | hsl(195, 39%, 82%) |
| CMYK | cmyk(16%, 4%, 0%, 11%) |
| LAB | lab(85.4 -7.1 -7.4) |
| LCH | lch(85.4 10.3 226.3) |
| OKLCH | oklch(0.871 0.031 219.8) |
Copy-ready code
/* CSS */
color: #bfdae3;
background-color: #bfdae3;
/* Tailwind (arbitrary) */
class="text-[#bfdae3] bg-[#bfdae3]"
/* SCSS */
$brand: #bfdae3;
/* SwiftUI */
Color(red: 0.749, green: 0.855, blue: 0.890)
/* Android */
Color.parseColor("#bfdae3")Accessibility — WCAG contrast
Aa
#bfdae3 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdae3 on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.5%
Blue89.0%
CMYK percentages
Cyan15.9%
Magenta4.0%
Yellow0.0%
Key (black)11.0%
Color previews
#bfdae3 text on a black background
contrast 14.35:1
Card sample
#bfdae3 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdae3;
Background color
Panel with #bfdae3 background
background-color: #bfdae3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdae3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 218, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 218, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdae3; background: linear-gradient(135deg, #bfdae3, #BFC2E3);