#DBCCFF Color Information

Hex color code: #DBCCFF

#DBCCFF is a light purple color. In RGB it is (219, 204, 255), and in HSL it is (258°, 100%, 90%). It is commonly used in modern UI design.

Try:
Color NameLavender
HEX
#DBCCFF
RGB
219, 204, 255
HSL
258°, 100%, 90%
CMYK
14%, 20%, 0%, 0%

Shades

CSS Usage
color: #DBCCFF;
background-color: #DBCCFF;
border-color: #DBCCFF;
box-shadow: 0 0 10px #DBCCFF;
border: 2px solid #DBCCFF;
Tailwind Usage
bg-[#DBCCFF]
text-[#DBCCFF]
border-[#DBCCFF]
shadow-[0_0_10px_DBCCFF]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #DBCCFF, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #DBCCFF; color: #000000; }

Badge

New Feature
.badge { background-color: #DBCCFF; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #DBCCFF; background-color: #DBCCFF15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #DBCCFF20; border-left: 4px solid #DBCCFF; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #DBCCFF; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #DBCCFF in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

219, 204, 255

Red: 219 / Green: 204 / Blue: 255

HSL

258°, 100%, 90%

Hue: 258° / Saturation: 100% / Lightness: 90%

CMYK

14%, 20%, 0%, 0%

Cyan: 14% / Magenta: 20% / Yellow: 0% / Key: 0%

What color is #DBCCFF?

#DBCCFF is a very light tint associated with purity and simplicity.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #DBCCFF to RGB:

rgb(219, 204, 255)HEX to RGB Converter →

HEX to HSL

Convert #DBCCFF to HSL:

hsl(258, 100%, 90%)RGB to HSL Converter →

HEX to CMYK

Convert #DBCCFF to CMYK:

cmyk(14%, 20%, 0%, 0%)Color Converter →

Color Meaning and Usage

#DBCCFF is a light purple color with RGB values of 219, 204, 255 and HSL of 258°, 100%, 90%. This very light tint evokes purity and simplicity, making it suitable for often used for buttons, highlights, and accents. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #DBCCFF is #F0FFCC, creating high-contrast pairings. For softer combinations, try analogous colors like #CCD6FF.

Use #DBCCFF in CSS: color: #DBCCFF or background-color: #DBCCFF. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #DBCCFF

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 14.09:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #DBCCFF?

#DBCCFF is a light purple color - a very light tint that evokes purity and simplicity.

What is the RGB value of #DBCCFF?

#DBCCFF in RGB is (219, 204, 255) - 219 red, 204 green, and 255 blue.

How to use #DBCCFF in CSS?

Use #DBCCFF directly in your CSS properties like color or background-color.

What colors go well with #DBCCFF?

#F0FFCC (complementary), #CCD6FF (analogous), and #A680FF (lighter shade) work well with #DBCCFF.