#bfd6ff
a pale, electric blue · cool · closest name: lavender
RGB
191, 214, 255
HSL
218°, 100%, 88%
CMYK
25, 16, 0, 0
Luminance
0.6639
Every format
| HEX | #bfd6ff |
| RGB | rgb(191, 214, 255) |
| HSL | hsl(218, 100%, 88%) |
| CMYK | cmyk(25%, 16%, 0%, 0%) |
| LAB | lab(85.2 1.1 -22.5) |
| LCH | lch(85.2 22.6 272.8) |
| OKLCH | oklch(0.873 0.062 262.0) |
Copy-ready code
/* CSS */
color: #bfd6ff;
background-color: #bfd6ff;
/* Tailwind (arbitrary) */
class="text-[#bfd6ff] bg-[#bfd6ff]"
/* SCSS */
$brand: #bfd6ff;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 1.000)
/* Android */
Color.parseColor("#bfd6ff")Accessibility — WCAG contrast
Aa
#bfd6ff on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd6ff on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue100.0%
CMYK percentages
Cyan25.1%
Magenta16.1%
Yellow0.0%
Key (black)0.0%
Color previews
#bfd6ff text on a black background
contrast 14.28:1
Card sample
#bfd6ff text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd6ff;
Background color
Panel with #bfd6ff background
background-color: #bfd6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd6ff; background: linear-gradient(135deg, #bfd6ff, #D3BFFF);