Pastel Lilac Color Hex Code
#bdb0d0What is Pastel Lilac Color Hex Code Color?
Pastel Lilac Color Hex Code is a light, desaturated, muted purple color with the hex code #bdb0d0. Its RGB value is rgb(189, 176, 208), meaning it contains 189 red, 176 green, and 208 blue light values. In the HSL color model, it has a hue of 264°, saturation of 25%, and lightness of 75%.
Pastel Lilac Color Hex Code Color Codes
Here are all the color format codes for Pastel Lilac Color Hex Code:
- HEX: #bdb0d0
- RGB: rgb(189, 176, 208)
- HSL: hsl(264°, 25%, 75%)
- CMYK: cmyk(9%, 15%, 0%, 18%)
- Android/Flutter: Color(0xFFBDB0D0)
- Swift UIColor: UIColor(red: 0.741, green: 0.690, blue: 0.816, alpha: 1.0)
Is Pastel Lilac Color Hex Code Accessible?
Pastel Lilac Color Hex Code (#bdb0d0) passes WCAG AA accessibility standards. It has a contrast ratio of 2.04:1 against white and 10.28:1 against black text. For better readability, prefer black text on this color for normal body text. It also meets WCAG AAA — the highest accessibility level.
How to Use Pastel Lilac Color Hex Code in Design
Pastel Lilac Color Hex Code is a light purple tone that works well as
a background, accent, or highlight color in modern UI designs.
It pairs beautifully with its complementary color
#c2cfaf
for strong contrast.
In CSS, you can use it directly as color: #bdb0d0; or
background-color: #bdb0d0;.
Pastel Lilac Color Hex Code Shades and Tints
Shades of Pastel Lilac Color Hex Code are created by mixing it with black, ranging from the original #bdb0d0 down to near-black #a89cb9. Tints are made by adding white — from the base color up to near-white #f8f6fa. These variations help build complete design system palettes and Tailwind CSS color scales.
Pastel Lilac Color Hex Code Color Harmonies
The complementary color of Pastel Lilac Color Hex Code is #c2cfaf. Its analogous colors are #ccafcf and #afb3cf. For a triadic palette, combine it with #cfbcaf and #afcfbc.
Frequently Asked Questions
What is the hex code for Pastel Lilac Color Hex Code?
The hex code for Pastel Lilac Color Hex Code is #bdb0d0.
What is the RGB value of Pastel Lilac Color Hex Code?
The RGB value is rgb(189, 176, 208). Red channel: 189/255, Green: 176/255, Blue: 208/255.
Is Pastel Lilac Color Hex Code good for web accessibility?
Pastel Lilac Color Hex Code has a contrast ratio of 2.04:1 with white and 10.28:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Pastel Lilac Color Hex Code?
Pastel Lilac Color Hex Code pairs well with its complementary color #c2cfaf, analogous colors #ccafcf and #afb3cf, or neutral whites and grays for a clean, modern look.
How do I use Pastel Lilac Color Hex Code in CSS?
Use it in CSS like this:
background-color: #bdb0d0;
color: #bdb0d0;
Or as a CSS variable: --color-primary: #bdb0d0;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #bdb0d0;
--color-primary-rgb: 189, 176, 208;
--color-primary-hsl: 264 25% 75%;
--color-primary-text: #1a1a2e;
colors: {
'pastel-lilac-color-hex-code': {
DEFAULT: '#bdb0d0',
100: '#ffffff',
200: '#f8f6fa',
300: '#f0edf4',
400: '#e9e4ef',
500: '#e1dcea',
600: '#a89cb9',
700: '#9389a2',
800: '#7e758b',
900: '#696274',
950: '#544e5c',
}
}
'base': #bdb0d0,
'light': #f0edf4,
'dark': #9389a2,
'rgb': 189, 176, 208
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.