HSL(348, 25%, 79%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(348,25%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(348, 25%, 79%) | color: hsl(348, 25%, 79%) | |
| HEX | #D7BCC1 | color: #D7BCC1 | |
| RGB | rgb(215, 188, 193) | color: rgb(215, 188, 193) | |
| CMYK | cmyk(0%, 13%, 10%, 16%) | — | |
| HSV | hsv(349, 13%, 84%) | — | |
| HWB | hwb(349 73% 16%) | color: hwb(349 73% 16%) | |
| OKLCH | oklch(0.8196 0.0315 5.19) | color: oklch(0.8196 0.0315 5.19) | |
| Lab | lab(78.62 10.42 1.02) | color: lab(78.62 10.42 1.02) | |
| LCH | lch(78.62 10.47 5.59) | color: lch(78.62 10.47 5.59) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#CBCBC0 — rgb(203, 203, 192)
Deuteranopia (Green-blind)
#CDCFC0 — rgb(205, 207, 192)
Tritanopia (Blue-blind)
#D6BFBF — rgb(214, 191, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(348, 25%, 79%);
text
color: hsl(348, 25%, 79%);
border
border: 2px solid hsl(348, 25%, 79%);
gradient light
background: linear-gradient(to right, hsl(348, 25%, 99%), hsl(348, 25%, 79%));
gradient dark
background: linear-gradient(to right, hsl(348, 25%, 79%), hsl(348, 25%, 59%))
hex
background-color: #D7BCC1;
tailwind
bg-[hsl(348,25%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(348, 25%, 79%, 0.4);
css variable
--color-primary: hsl(348, 25%, 79%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(348, 25%, 79%)?
HEX: #D7BCC1 | RGB: rgb(215, 188, 193) | CMYK: 0%, 13%, 10%, 16% | HSV: 349°, 13%, 84%. Copy any format from the conversion table above.
What colors go well with #D7BCC1?
The complementary color is HSL(168, 25%, 79%). For a triadic harmony, use hues 348°, 108°, and 228°. For analogous combinations, try hues 318° and 18°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(348, 25%, 79%) in CSS?
As HSL: color: hsl(348, 25%, 79%); — As HEX: color: #D7BCC1; — As RGB: color: rgb(215, 188, 193); — Tailwind CSS: bg-[hsl(348,25%,79%)] — CSS variable: --color-primary: hsl(348, 25%, 79%);