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