#bfcddf
a light, soft blue · cool · closest name: lavender
RGB
191, 205, 223
HSL
214°, 33%, 81%
CMYK
14, 8, 0, 13
Luminance
0.6007
Every format
| HEX | #bfcddf |
| RGB | rgb(191, 205, 223) |
| HSL | hsl(214, 33%, 81%) |
| CMYK | cmyk(14%, 8%, 0%, 13%) |
| LAB | lab(81.9 -1.1 -10.5) |
| LCH | lch(81.9 10.6 263.9) |
| OKLCH | oklch(0.843 0.029 254.7) |
Copy-ready code
/* CSS */
color: #bfcddf;
background-color: #bfcddf;
/* Tailwind (arbitrary) */
class="text-[#bfcddf] bg-[#bfcddf]"
/* SCSS */
$brand: #bfcddf;
/* SwiftUI */
Color(red: 0.749, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#bfcddf")Accessibility — WCAG contrast
Aa
#bfcddf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcddf on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green80.4%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#bfcddf text on a black background
contrast 13.01:1
Card sample
#bfcddf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcddf;
Background color
Panel with #bfcddf background
background-color: #bfcddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcddf; background: linear-gradient(135deg, #bfcddf, #C6BFDF);