#bfd2ff
a pale, electric blue · cool · closest name: lavender
RGB
191, 210, 255
HSL
222°, 100%, 88%
CMYK
25, 18, 0, 0
Luminance
0.6439
Every format
| HEX | #bfd2ff |
| RGB | rgb(191, 210, 255) |
| HSL | hsl(222, 100%, 88%) |
| CMYK | cmyk(25%, 18%, 0%, 0%) |
| LAB | lab(84.2 3.2 -24.1) |
| LCH | lch(84.2 24.3 277.6) |
| OKLCH | oklch(0.865 0.066 267.1) |
Copy-ready code
/* CSS */
color: #bfd2ff;
background-color: #bfd2ff;
/* Tailwind (arbitrary) */
class="text-[#bfd2ff] bg-[#bfd2ff]"
/* SCSS */
$brand: #bfd2ff;
/* SwiftUI */
Color(red: 0.749, green: 0.824, blue: 1.000)
/* Android */
Color.parseColor("#bfd2ff")Accessibility — WCAG contrast
Aa
#bfd2ff on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd2ff on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.4%
Blue100.0%
CMYK percentages
Cyan25.1%
Magenta17.6%
Yellow0.0%
Key (black)0.0%
Color previews
#bfd2ff text on a black background
contrast 13.88:1
Card sample
#bfd2ff text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd2ff;
Background color
Panel with #bfd2ff background
background-color: #bfd2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 210, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 210, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd2ff; background: linear-gradient(135deg, #bfd2ff, #D7BFFF);