#bfcfff
a pale, electric blue · warm · closest name: lavender
RGB
191, 207, 255
HSL
225°, 100%, 88%
CMYK
25, 19, 0, 0
Luminance
0.6292
Every format
| HEX | #bfcfff |
| RGB | rgb(191, 207, 255) |
| HSL | hsl(225, 100%, 88%) |
| CMYK | cmyk(25%, 19%, 0%, 0%) |
| LAB | lab(83.4 4.8 -25.3) |
| LCH | lch(83.4 25.7 280.8) |
| OKLCH | oklch(0.859 0.069 270.5) |
Copy-ready code
/* CSS */
color: #bfcfff;
background-color: #bfcfff;
/* Tailwind (arbitrary) */
class="text-[#bfcfff] bg-[#bfcfff]"
/* SCSS */
$brand: #bfcfff;
/* SwiftUI */
Color(red: 0.749, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#bfcfff")Accessibility — WCAG contrast
Aa
#bfcfff on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfcfff on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.2%
Blue100.0%
CMYK percentages
Cyan25.1%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#bfcfff text on a black background
contrast 13.58:1
Card sample
#bfcfff text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfcfff;
Background color
Panel with #bfcfff background
background-color: #bfcfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfcfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfcfff; background: linear-gradient(135deg, #bfcfff, #DABFFF);