#baafdf
a light, soft blue · warm · closest name: plum
RGB
186, 175, 223
HSL
254°, 43%, 78%
CMYK
17, 22, 0, 13
Luminance
0.4643
Every format
| HEX | #baafdf |
| RGB | rgb(186, 175, 223) |
| HSL | hsl(254, 43%, 78%) |
| CMYK | cmyk(17%, 22%, 0%, 13%) |
| LAB | lab(73.8 13.5 -22.7) |
| LCH | lch(73.8 26.4 300.7) |
| OKLCH | oklch(0.779 0.069 295.3) |
Copy-ready code
/* CSS */
color: #baafdf;
background-color: #baafdf;
/* Tailwind (arbitrary) */
class="text-[#baafdf] bg-[#baafdf]"
/* SCSS */
$brand: #baafdf;
/* SwiftUI */
Color(red: 0.729, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#baafdf")Accessibility — WCAG contrast
Aa
#baafdf on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baafdf on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green68.6%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#baafdf text on a black background
contrast 10.29:1
Card sample
#baafdf text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baafdf;
Background color
Panel with #baafdf background
background-color: #baafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baafdf; background: linear-gradient(135deg, #baafdf, #DAAFDF);