HSL(7, 43%, 69%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(7,43%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 43%, 69%) | color: hsl(7, 43%, 69%) | |
| HEX | #D2968E | color: #D2968E | |
| RGB | rgb(210, 150, 142) | color: rgb(210, 150, 142) | |
| CMYK | cmyk(0%, 29%, 32%, 18%) | — | |
| HSV | hsv(7, 32%, 82%) | — | |
| HWB | hwb(7 56% 18%) | color: hwb(7 56% 18%) | |
| OKLCH | oklch(0.7291 0.0739 27.52) | color: oklch(0.7291 0.0739 27.52) | |
| Lab | lab(67.63 21.48 13.2) | color: lab(67.63 21.48 13.2) | |
| LCH | lch(67.63 25.21 31.57) | color: lch(67.63 25.21 31.57) |
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)
#B8B790 — rgb(184, 183, 144)
Deuteranopia (Green-blind)
#BCC090 — rgb(188, 192, 144)
Tritanopia (Blue-blind)
#CF9192 — rgb(207, 145, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 43%, 69%);
text
color: hsl(7, 43%, 69%);
border
border: 2px solid hsl(7, 43%, 69%);
gradient light
background: linear-gradient(to right, hsl(7, 43%, 89%), hsl(7, 43%, 69%));
gradient dark
background: linear-gradient(to right, hsl(7, 43%, 69%), hsl(7, 43%, 49%))
hex
background-color: #D2968E;
tailwind
bg-[hsl(7,43%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 43%, 69%, 0.4);
css variable
--color-primary: hsl(7, 43%, 69%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(7, 43%, 69%)?
HEX: #D2968E | RGB: rgb(210, 150, 142) | CMYK: 0%, 29%, 32%, 18% | HSV: 7°, 32%, 82%. Copy any format from the conversion table above.
What colors go well with #D2968E?
The complementary color is HSL(187, 43%, 69%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 43%, 69%) in CSS?
As HSL: color: hsl(7, 43%, 69%); — As HEX: color: #D2968E; — As RGB: color: rgb(210, 150, 142); — Tailwind CSS: bg-[hsl(7,43%,69%)] — CSS variable: --color-primary: hsl(7, 43%, 69%);